mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-01-14 09:58:53 -05:00
Move application files to sub-folder
This commit is contained in:
9
Application/Scripts/DatabaseUpdate_3.sqlce
Normal file
9
Application/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