summaryrefslogtreecommitdiffstats
path: root/upgrades/dbpatches/1.3/mysql/1.3/usrgrp.sql
diff options
context:
space:
mode:
Diffstat (limited to 'upgrades/dbpatches/1.3/mysql/1.3/usrgrp.sql')
-rw-r--r--upgrades/dbpatches/1.3/mysql/1.3/usrgrp.sql6
1 files changed, 0 insertions, 6 deletions
diff --git a/upgrades/dbpatches/1.3/mysql/1.3/usrgrp.sql b/upgrades/dbpatches/1.3/mysql/1.3/usrgrp.sql
deleted file mode 100644
index b811fc98..00000000
--- a/upgrades/dbpatches/1.3/mysql/1.3/usrgrp.sql
+++ /dev/null
@@ -1,6 +0,0 @@
-CREATE TABLE usrgrp (
- usrgrpid bigint unsigned DEFAULT '0' NOT NULL,
- name varchar(64) DEFAULT '' NOT NULL,
- PRIMARY KEY (usrgrpid)
-);
-CREATE INDEX usrgrp_1 on usrgrp (name);