summaryrefslogtreecommitdiffstats
path: root/db updates.sql
diff options
context:
space:
mode:
authorBlueRaja <BlueRaja.admin@gmail.com>2013-06-01 20:10:36 -0500
committerBlueRaja <BlueRaja.admin@gmail.com>2013-06-01 20:10:36 -0500
commit951330c9f83c8c8ee98f65fdccb5797e2e59d1f3 (patch)
treefc7b196ca0d91c1c71dcd945aa9667c7af0134fa /db updates.sql
parente58a3b8b3702b22c903b02a9b4fa1020d6797459 (diff)
downloadpathery-951330c9f83c8c8ee98f65fdccb5797e2e59d1f3.tar.xz
A partial commit of the auth stuff, in case my upcoming changes break anything
Diffstat (limited to 'db updates.sql')
-rw-r--r--db updates.sql3
1 files changed, 1 insertions, 2 deletions
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;