aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfunjoker <funjoker109@gmail.com>2022-03-30 01:47:09 +0200
committerGitHub <noreply@github.com>2022-03-30 01:47:09 +0200
commit56ec63b961ef296dc97704cae9cf7b659409bc39 (patch)
tree54f6ee2b84b79b9252cd2d05a8264d8c5ec7dcdc
parentaed0e83eb1b693f1991ffc22c9328ba8ffd9f87c (diff)
DB/Auth: Syntax fix
-rw-r--r--sql/base/auth_database.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/base/auth_database.sql b/sql/base/auth_database.sql
index 3d8135ed15b..a8c48992591 100644
--- a/sql/base/auth_database.sql
+++ b/sql/base/auth_database.sql
@@ -2554,7 +2554,7 @@ INSERT INTO `updates` VALUES
('2022_03_08_00_auth.sql','E2C6B4E26FE55F5827C587CD668F6518EB2B51E8','RELEASED','2022-03-08 15:24:10',0),
('2022_03_12_00_auth.sql','1A476DB06BC1F096E6F15225078373B3AD094C1B','RELEASED','2022-03-12 05:52:02',0),
('2022_03_22_00_auth.sql','16A58234A1EF4F13ABD6EF78733BDBF5152AA70C','RELEASED','2022-03-22 00:32:54',0),
-('2022_03_25_00_auth.sql','173D4F7B5417AF11DDDE6EC1A58ECFA6783C7FAF','RELEASED','2022-03-25 00:26:53',0);
+('2022_03_25_00_auth.sql','173D4F7B5417AF11DDDE6EC1A58ECFA6783C7FAF','RELEASED','2022-03-25 00:26:53',0),
('2022_03_30_00_auth.sql','37177AB41D7DF26CF4F908C0522EDEAF13094D7E','RELEASED','2022-03-30 00:37:34',0);
/*!40000 ALTER TABLE `updates` ENABLE KEYS */;
UNLOCK TABLES;