mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-01-14 01:25:38 -05:00
Move application files to sub-folder
This commit is contained in:
8
Application/Scripts/DatabaseUpdate_4.sqlce
Normal file
8
Application/Scripts/DatabaseUpdate_4.sqlce
Normal file
@@ -0,0 +1,8 @@
|
||||
ALTER TABLE Feed
|
||||
DROP COLUMN Sequence
|
||||
GO
|
||||
|
||||
UPDATE Setting
|
||||
SET Value = '5'
|
||||
WHERE Name = 'DatabaseVersion'
|
||||
GO
|
||||
Reference in New Issue
Block a user