diff options
| author | Ovahlord <dreadkiller@gmx.de> | 2024-06-18 18:11:11 +0200 |
|---|---|---|
| committer | Ovahlord <dreadkiller@gmx.de> | 2024-06-18 18:11:11 +0200 |
| commit | 23135b198c21dc010489a2aa18f9ab1b604be49a (patch) | |
| tree | d46f7ecb97c6d94f582fde602516091ff75ff452 /sql | |
| parent | 682e4d71554ee11a3d0f6ffe17b143186dbc92f2 (diff) | |
Core/DataStores: update DB2 structures to 55141
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/hotfixes/cata_classic/2024_06_18_00_hotfixes.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/hotfixes/cata_classic/2024_06_18_00_hotfixes.sql b/sql/updates/hotfixes/cata_classic/2024_06_18_00_hotfixes.sql new file mode 100644 index 00000000000..169afc8b563 --- /dev/null +++ b/sql/updates/hotfixes/cata_classic/2024_06_18_00_hotfixes.sql @@ -0,0 +1,3 @@ +ALTER TABLE `chr_customization_option` + ADD COLUMN `Field110055087004` INT UNSIGNED DEFAULT 0 NOT NULL AFTER `Flags`, + ADD COLUMN `Field110055087005` INT DEFAULT 0 NOT NULL AFTER `Field110055087004`; |
