mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-01-14 01:25:38 -05:00
10 lines
138 B
Plaintext
10 lines
138 B
Plaintext
UPDATE Category
|
|
SET Name = '< default >'
|
|
WHERE Name = 'Default'
|
|
GO
|
|
|
|
UPDATE Setting
|
|
SET Value = '4'
|
|
WHERE Name = 'DatabaseVersion'
|
|
GO
|