The server runs the setup scripts on startup

This commit is contained in:
Kayne Ruse
2013-09-05 23:02:48 +10:00
parent 09453cc24e
commit 6c5197f3f2
4 changed files with 19 additions and 12 deletions
View File
View File
-9
View File
@@ -71,12 +71,3 @@ CREATE TABLE IF NOT EXISTS PlayerInventoryItems (
characterID INTEGER REFERENCES PlayerCharacters(characterID),
globalItemListID INTEGER REFERENCES GlobalItemList(globalItemListID)
);
--cleanup
DROP TABLE UserAccounts;
DROP TABLE GlobalItemList;
DROP TABLE MundaneItems;
DROP TABLE Consumables;
DROP TABLE Equipment;
DROP TABLE PlayerCharacters;
DROP TABLE PlayerInventoryItems;