Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
schema update
  • Loading branch information
Saad committed Sep 16, 2024
1 parent 104d11f commit 23b1853
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ CREATE TABLE `user_role` (

LOCK TABLES user_role WRITE;
/*!40000 ALTER TABLE user_role DISABLE KEYS */;
INSERT INTO user_role VALUES (2,2),(2,3),(1,4),(2,5),(3,7),(3,8),(3,9);
INSERT INTO user_role VALUES (1,4),(2,3),(2,5),(3,8),(3,10),(3,13);
/*!40000 ALTER TABLE user_role ENABLE KEYS */;
UNLOCK TABLES;

Expand Down

0 comments on commit 23b1853

Please # to comment.