Skip to content

Commit

Permalink
后端接口v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LinMoQC committed Feb 20, 2024
1 parent 5c539ad commit 13162df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions server/src/main/resources/db_init/db.sql
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,6 @@ create table user
unique (username)
)
comment '用户';

insert into user (username, password) values ('8c6976e5b5410415bde908bd4dee15dfb167a9c873fc4bb8a81f6f2ab448a918',
'8d969eef6ecad3c29a3a629280e686cf0c3f5d5a86aff3ca12020c923adc6c92');

0 comments on commit 13162df

Please sign in to comment.