From 75da24445db612b19f1cab29ffe5df8ef2cdbf5c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Thu, 26 Feb 2015 00:35:19 +0300 Subject: hercules: db converter also insert inter server user/password into login table. --- hercules/templates/login.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hercules/templates/login.sql b/hercules/templates/login.sql index 804478d..fdc9f91 100644 --- a/hercules/templates/login.sql +++ b/hercules/templates/login.sql @@ -21,3 +21,5 @@ CREATE TABLE IF NOT EXISTS `login` ( KEY `name` (`userid`) ) ENGINE=InnoDB AUTO_INCREMENT=2000000; +INSERT INTO `login` (`account_id`, `userid`, `user_pass`, `sex`, `email`) VALUES ('1', 's1', 'p1', 'S','athena@athena.com'); + -- cgit v1.2.3-70-g09d2