feat(DB): Release ACDB 11.0.0 (#19414)

This commit is contained in:
Kitzunu
2024-07-17 01:07:46 +02:00
committed by GitHub
parent f0e6b0f1ab
commit 3e88bd8668
86 changed files with 224663 additions and 226009 deletions

View File

@@ -25,13 +25,14 @@ CREATE TABLE IF NOT EXISTS `updates` (
PRIMARY KEY (`name`) USING BTREE
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci COMMENT='List of all applied updates in this database.';
-- Dumping data for table acore_characters.updates: ~4 rows (approximately)
-- Dumping data for table acore_characters.updates: ~5 rows (approximately)
DELETE FROM `updates`;
INSERT INTO `updates` (`name`, `hash`, `state`, `timestamp`, `speed`) VALUES
('2023_04_24_00.sql', 'D164A70B22B2462464484614018C3218B3259AE4', 'RELEASED', '2024-01-20 13:25:01', 30),
('2023_05_23_00.sql', 'A1A442D3F5049CDA2C067761F768C08BEFFFD26A', 'RELEASED', '2024-01-20 13:25:01', 35),
('2023_09_16_00.sql', '5760BA953E3F0C73492B979A33A86771B82CE464', 'RELEASED', '2024-01-20 13:25:01', 68),
('2024_01_20_00.sql', 'FB9F840C7601C4F0939D23E87377D7DD9D145094', 'RELEASED', '2024-01-20 13:25:01', 26);
('2024_01_20_00.sql', 'FB9F840C7601C4F0939D23E87377D7DD9D145094', 'RELEASED', '2024-01-20 13:25:01', 26),
('2024_07_05_00.sql', '1C9590EBB81D192A2DF101D6B0B2178E45306500', 'RELEASED', '2024-07-16 22:46:08', 88);
/*!40103 SET TIME_ZONE=IFNULL(@OLD_TIME_ZONE, 'system') */;
/*!40101 SET SQL_MODE=IFNULL(@OLD_SQL_MODE, '') */;