From 951330c9f83c8c8ee98f65fdccb5797e2e59d1f3 Mon Sep 17 00:00:00 2001 From: BlueRaja Date: Sat, 1 Jun 2013 20:10:36 -0500 Subject: A partial commit of the auth stuff, in case my upcoming changes break anything --- db updates.sql | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'db updates.sql') diff --git a/db updates.sql b/db updates.sql index ddcf2c8..de62a8e 100644 --- a/db updates.sql +++ b/db updates.sql @@ -3,6 +3,7 @@ -- Remove unnecessary table DROP TABLE `guestSolutions`; DROP TABLE `statistics`; +DROP TABLE userData; -- ADD FOREIGN KEY CONSTRAINTS -- -- Achievements @@ -46,5 +47,3 @@ ALTER TABLE `unlocks` ADD FOREIGN KEY ( `userID` ) REFERENCES `users` (`ID`) ON -- END ADD FOREIGN KEY CONSTRAINTS --- This table is depreciated too: -DROP TABLE userData; -- cgit v1.2.3