mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-01-14 09:58:53 -05:00
9 lines
113 B
Plaintext
9 lines
113 B
Plaintext
ALTER TABLE Feed
|
|
DROP COLUMN Sequence
|
|
GO
|
|
|
|
UPDATE Setting
|
|
SET Value = '5'
|
|
WHERE Name = 'DatabaseVersion'
|
|
GO
|