Browse Source

fix structure.sql

pull/44/head
qyzh 5 years ago
parent
commit
b524111ae6
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      db/structure.sql

+ 2
- 1
db/structure.sql View File

@@ -55,7 +55,8 @@ CREATE TABLE `applied_contests` (
-- ----------------------------
-- Table structure for applied_messages
-- ----------------------------
DROP TABLE IF /home/qyzh/datadict.txtpplied_messages`;
-- DROP TABLE IF /home/qyzh/datadict.txtpplied_messages`;
DROP TABLE IF EXISTS `applied_messages`;
CREATE TABLE `applied_messages` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`user_id` int(11) DEFAULT NULL,


Loading…
Cancel
Save