Skip to content

Commit

Permalink
Update default.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
midoks committed Jun 29, 2022
1 parent d1507ce commit d93f726
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/sql/default.sql
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ CREATE TABLE IF NOT EXISTS `users` (
);

INSERT INTO `users` (`id`, `username`, `password`, `login_ip`, `login_time`, `phone`, `email`) VALUES
(1, 'admin', '21232f297a57a5a743894a0e4a801fc3', '192.168.0.10', '2016-12-10 15:12:56', 0, '287962566@qq.com');
(1, 'admin', '21232f297a57a5a743894a0e4a801fc3', '192.168.0.10', '2022-02-02 00:00:00', 0, 'midoks@163.com');


CREATE TABLE IF NOT EXISTS `tasks` (
Expand Down

0 comments on commit d93f726

Please sign in to comment.