From 2bf6ce49b972fb40758bf9e9bd1038e53c4e797e Mon Sep 17 00:00:00 2001 From: wangyi15124 Date: Mon, 21 Feb 2022 14:25:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E6=95=B0=E6=8D=AE=E5=BA=93?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E8=B4=A6=E5=8F=B7=E5=AF=86=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- initialize_db_cache.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/initialize_db_cache.sh b/initialize_db_cache.sh index f7626ce..57987a3 100644 --- a/initialize_db_cache.sh +++ b/initialize_db_cache.sh @@ -580,7 +580,7 @@ CREATE TABLE `user` ( -- Records of `user` -- ---------------------------- 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; -- ----------------------------