mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-06-18 18:15:07 -04: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
|