diff options
| author | Shauren <shauren.trinity@gmail.com> | 2024-09-22 19:08:11 +0200 |
|---|---|---|
| committer | Shauren <shauren.trinity@gmail.com> | 2024-09-22 19:08:11 +0200 |
| commit | 4f3e73afaee89a3efb0a403eb6719ea8e8f1a16a (patch) | |
| tree | b8f4a45027e454eb92859a0af4586f7327c23680 /sql/updates/hotfixes | |
| parent | 723e638a84d2aebe8a41fc39ba94f1a04138797e (diff) | |
Core/DataStores: Updated db2 structures for 11.0.2.56647
Diffstat (limited to 'sql/updates/hotfixes')
| -rw-r--r-- | sql/updates/hotfixes/master/2024_09_22_00_hotfixes.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/hotfixes/master/2024_09_22_00_hotfixes.sql b/sql/updates/hotfixes/master/2024_09_22_00_hotfixes.sql new file mode 100644 index 00000000000..ed0eb609975 --- /dev/null +++ b/sql/updates/hotfixes/master/2024_09_22_00_hotfixes.sql @@ -0,0 +1 @@ +ALTER TABLE `item_bonus_tree_node` MODIFY `ItemContext` tinyint NOT NULL DEFAULT 0 AFTER `ID`; |
