mirror of
https://github.com/azerothcore/mod-anticheat.git
synced 2026-01-13 09:07:22 +00:00
fix (sql): Rename due to quash conflict
This commit is contained in:
6
sql/updates/characters/AC_2022_08_21_00.sql
Normal file
6
sql/updates/characters/AC_2022_08_21_00.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- run on Characters DB
|
||||
ALTER TABLE `daily_players_reports`
|
||||
ADD COLUMN `op_ack_hack_reports` BIGINT UNSIGNED NOT NULL DEFAULT 0 AFTER `no_fall_damage_reports`;
|
||||
|
||||
ALTER TABLE `players_reports_status`
|
||||
ADD COLUMN `op_ack_hack_reports` BIGINT UNSIGNED NOT NULL DEFAULT 0 AFTER `no_fall_damage_reports`;
|
||||
Reference in New Issue
Block a user