diff options
author | ModoX <moardox@gmail.com> | 2022-10-04 23:39:57 +0200 |
---|---|---|
committer | ModoX <moardox@gmail.com> | 2022-10-04 23:40:18 +0200 |
commit | d0d9634c6e3f3cd017d06853cce46e3d6dd68785 (patch) | |
tree | c9b9d18455f7f8e2a632a2bace3679bcf10e3321 | |
parent | 0be7096b240e9d285e3e47bb4f28e04a341ef8b8 (diff) |
DB/Auth: Fixed update hash in base due to 7676dbe18faaf5423dd9280c49e309ffad4693ab change
-rw-r--r-- | sql/base/auth_database.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/base/auth_database.sql b/sql/base/auth_database.sql index a9fd569837b..31158981290 100644 --- a/sql/base/auth_database.sql +++ b/sql/base/auth_database.sql @@ -2621,7 +2621,7 @@ INSERT INTO `updates` VALUES ('2022_09_02_00_auth.sql','E2ED8B4B90829CFD283C9679AE265A9C9B2CF762','RELEASED','2022-09-02 15:52:22',0), ('2022_09_08_00_auth.sql','20B4503E316E042432AC25F7CEE9DCD9EDC631C6','RELEASED','2022-09-08 15:38:35',0), ('2022_09_23_00_auth.sql','F7DB1B903982D99295BC0D7D2BC205C5A2145F03','RELEASED','2022-09-23 03:44:55',0), -('2022_10_03_00_auth.sql','30220B5474AFA716B141B3879ADE287BAEC61016','RELEASED','2022-10-03 21:32:38',0); +('2022_10_03_00_auth.sql','B956A37F71B42EB0289C2066A15D1F6C02F21E5A','RELEASED','2022-10-03 21:32:38',0); /*!40000 ALTER TABLE `updates` ENABLE KEYS */; UNLOCK TABLES; |