Browse Source

更新数据库默认账号密码

tags/v1.0.1-224.11141
wangyi15124 2 years ago
parent
commit
2bf6ce49b9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      initialize_db_cache.sh

+ 1
- 1
initialize_db_cache.sh View File

@@ -580,7 +580,7 @@ CREATE TABLE `user` (
-- Records of `user` -- Records of `user`
-- ---------------------------- -- ----------------------------
BEGIN; BEGIN;
INSERT INTO `user` VALUES ('97', '2022-02-14 17:22:13', '13900000000', '13900000000', 'e10adc3949ba59abbe56e057f20f883e', '13900000000@qq.com', '2022-02-14 17:30:25', '1', null, null, null, '2', null, null, null, null, null, '1');
INSERT INTO `user` VALUES ('97', '2022-02-14 17:22:13', '13900000000', '13900000000', '1ed91049c7697d6aaf7d1959e588e735', '13900000000@qq.com', '2022-02-14 17:30:25', '1', null, null, null, '2', null, null, null, null, null, '1');
COMMIT; COMMIT;


-- ---------------------------- -- ----------------------------


Loading…
Cancel
Save