diff options
Diffstat (limited to 'sql-files')
-rw-r--r-- | sql-files/main.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql-files/main.sql b/sql-files/main.sql index 5aa064ac0..f7bda548d 100644 --- a/sql-files/main.sql +++ b/sql-files/main.sql @@ -682,6 +682,8 @@ CREATE TABLE IF NOT EXISTS `login` ( INSERT IGNORE INTO `login` (`account_id`, `userid`, `user_pass`, `sex`, `email`) VALUES ('1', 's1', 'p1', 'S','athena@athena.com'); +INSERT IGNORE INTO `login` (`userid`, `user_pass`, `sex`, `email`, `group_id`) VALUES ('admin', 'admin', 'M', 'admin@moubootaurlegends.org', 99); + -- -- Table structure for table `mapreg` -- |