mirror of
https://github.com/ckaczor/FeedCenter.git
synced 2026-01-14 01:25:38 -05:00
Move application files to sub-folder
This commit is contained in:
14
Application/Scripts/DatabaseUpdate_6.sqlce
Normal file
14
Application/Scripts/DatabaseUpdate_6.sqlce
Normal file
@@ -0,0 +1,14 @@
|
||||
CREATE TABLE DatabaseVersion
|
||||
(
|
||||
Value int NOT NULL DEFAULT 0
|
||||
)
|
||||
GO
|
||||
|
||||
INSERT DatabaseVersion
|
||||
(Value)
|
||||
VALUES (7)
|
||||
GO
|
||||
|
||||
DELETE Setting
|
||||
WHERE Name = 'DatabaseVersion'
|
||||
GO
|
||||
Reference in New Issue
Block a user