SimpleAdmin/CS2-SimpleAdmin/Database/Migrations/Sqlite
Dawid Bepierszcz 038641dbdf Comment out MySQL index migration and remove Sqlite optimization
Commented out all index creation statements in the MySQL migration 016 for table and index optimization. Removed the corresponding Sqlite migration 016 entirely. Also replaced TRUNCATE TABLE with DELETE FROM in Sqlite migration 013 for sa_players_ips to improve compatibility.
2025-10-30 18:17:47 +01:00
..
001_CreateTables.sql Refactor database layer and add module/plugin improvements 2025-10-03 01:37:03 +02:00
002_CreateFlagsTable.sql Refactor database layer and add module/plugin improvements 2025-10-03 01:37:03 +02:00
003_ChangeColumnsPosition.sql Refactor database layer and add module/plugin improvements 2025-10-03 01:37:03 +02:00
004_MoveOldFlagsToFlagsTable.sql Refactor database layer and add module/plugin improvements 2025-10-03 01:37:03 +02:00
005_CreateUnbansTable.sql Refactor database layer and add module/plugin improvements 2025-10-03 01:37:03 +02:00
006_ServerGroupsFeature.sql Refactor database layer and add module/plugin improvements 2025-10-03 01:37:03 +02:00
007_ServerGroupsGlobal.sql Refactor database layer and add module/plugin improvements 2025-10-03 01:37:03 +02:00
008_OnlineTimeInPenalties.sql Refactor database layer and add module/plugin improvements 2025-10-03 01:37:03 +02:00
009_BanAllUsedIpAddress.sql Add per-player menu localization and refactor menus 2025-10-30 01:41:08 +01:00
010_CreateWarnsTable.sql Refactor database layer and add module/plugin improvements 2025-10-03 01:37:03 +02:00
011_AddRconColumnToServersTable.sql Refactor database layer and add module/plugin improvements 2025-10-03 01:37:03 +02:00
012_AddUpdatedAtColumnToSaBansTable.sql Refactor database layer and add module/plugin improvements 2025-10-03 01:37:03 +02:00
013_AddNameColumnToSaPlayerIpsTable.sql Comment out MySQL index migration and remove Sqlite optimization 2025-10-30 18:17:47 +01:00
014_AddIndexesToMutesTable.sql Refactor database layer and add module/plugin improvements 2025-10-03 01:37:03 +02:00
015_steamidToBigInt.sql Refactor database layer and add module/plugin improvements 2025-10-03 01:37:03 +02:00
016_OptimizeTablesAndIndexes.sql Comment out MySQL index migration and remove Sqlite optimization 2025-10-30 18:17:47 +01:00