mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-01-17 01:25:37 -05:00
Initial commit
This commit is contained in:
8
Scripts/DatabaseUpdate_4.sqlce
Normal file
8
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