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