Converted MySQL migration history to the new format

Replaced all NNN_StoreName.sql migration resources with a more
readable, single-file-per-store
This commit is contained in:
AlexRa
2010-05-01 17:43:10 +03:00
parent b49fb3db7c
commit ee713cb253
79 changed files with 1228 additions and 1008 deletions

View File

@@ -1,6 +0,0 @@
BEGIN TRANSACTION
CREATE UNIQUE INDEX SessionID ON Presence(SessionID);
CREATE INDEX UserID ON Presence(UserID);
COMMIT