Skip to content

Commit

Permalink
Fix comma in auth_database.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
Shauren committed Aug 30, 2024
1 parent e94558d commit f213a58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/base/auth_database.sql
Original file line number Diff line number Diff line change
Expand Up @@ -3185,7 +3185,7 @@ INSERT INTO `updates` VALUES
('2024_08_23_01_auth.sql','1ABD54E76B2D6712BF3DE06DD60A18C38BCF9CF1','RELEASED','2024-08-23 19:59:36',0),
('2024_08_24_00_auth.sql','6D2CE419F8E8512051B63D0F68B30BAA769F9D4A','RELEASED','2024-08-24 10:23:33',0),
('2024_08_28_00_auth.sql','F39CA1C18CAC207418C3D3703DA0F038471D308A','RELEASED','2024-08-28 10:50:31',0),
('2024_08_28_01_auth.sql','BC5D74553AF2D92606F55C1C462D2700FE73BD34','RELEASED','2024-08-28 14:55:05',0);
('2024_08_28_01_auth.sql','BC5D74553AF2D92606F55C1C462D2700FE73BD34','RELEASED','2024-08-28 14:55:05',0),
('2024_08_30_00_auth.sql','BD76942F1C29AAA2450E051E7CA552672B5E331B','RELEASED','2024-08-30 19:24:30',0);
/*!40000 ALTER TABLE `updates` ENABLE KEYS */;
UNLOCK TABLES;
Expand Down

0 comments on commit f213a58

Please sign in to comment.