aboutsummaryrefslogtreecommitdiffstats
path: root/mayor-orig/mayor-base/update/rev002008-1-auth.sql
diff options
context:
space:
mode:
Diffstat (limited to 'mayor-orig/mayor-base/update/rev002008-1-auth.sql')
-rw-r--r--mayor-orig/mayor-base/update/rev002008-1-auth.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/mayor-orig/mayor-base/update/rev002008-1-auth.sql b/mayor-orig/mayor-base/update/rev002008-1-auth.sql
new file mode 100644
index 00000000..2dd51671
--- /dev/null
+++ b/mayor-orig/mayor-base/update/rev002008-1-auth.sql
@@ -0,0 +1,3 @@
+ALTER TABLE `groups` CHANGE groupId groupCn varchar(32);
+ALTER TABLE `groups` CHANGE groupName groupDesc varchar(32);
+ALTER TABLE `members` DROP `type`;