mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-01-16 17:23:11 -05:00
Initial commit
This commit is contained in:
9
Scripts/DatabaseUpdate_3.sqlce
Normal file
9
Scripts/DatabaseUpdate_3.sqlce
Normal file
@@ -0,0 +1,9 @@
|
||||
UPDATE Category
|
||||
SET Name = '< default >'
|
||||
WHERE Name = 'Default'
|
||||
GO
|
||||
|
||||
UPDATE Setting
|
||||
SET Value = '4'
|
||||
WHERE Name = 'DatabaseVersion'
|
||||
GO
|
||||
Reference in New Issue
Block a user