summaryrefslogtreecommitdiffstats
path: root/upgrades/dbpatches/1.3/mysql/1.3/sessions.sql
diff options
context:
space:
mode:
Diffstat (limited to 'upgrades/dbpatches/1.3/mysql/1.3/sessions.sql')
-rw-r--r--upgrades/dbpatches/1.3/mysql/1.3/sessions.sql6
1 files changed, 0 insertions, 6 deletions
diff --git a/upgrades/dbpatches/1.3/mysql/1.3/sessions.sql b/upgrades/dbpatches/1.3/mysql/1.3/sessions.sql
deleted file mode 100644
index b56c38c6..00000000
--- a/upgrades/dbpatches/1.3/mysql/1.3/sessions.sql
+++ /dev/null
@@ -1,6 +0,0 @@
-CREATE TABLE sessions (
- sessionid varchar(32) DEFAULT '' NOT NULL,
- userid bigint unsigned DEFAULT '0' NOT NULL,
- lastaccess integer DEFAULT '0' NOT NULL,
- PRIMARY KEY (sessionid)
-);