aboutsummaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql')
-rw-r--r--sql/updates/world/master/2017_03_02_01_world_2016_09_20_02_world.sql3
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/updates/world/master/2017_03_02_01_world_2016_09_20_02_world.sql b/sql/updates/world/master/2017_03_02_01_world_2016_09_20_02_world.sql
new file mode 100644
index 00000000000..5a4e5f7fae5
--- /dev/null
+++ b/sql/updates/world/master/2017_03_02_01_world_2016_09_20_02_world.sql
@@ -0,0 +1,3 @@
+-- uint8 -> uint16 for chain ID
+ALTER TABLE `script_spline_chain_meta` MODIFY COLUMN `chainId` SMALLINT UNSIGNED NOT NULL;
+ALTER TABLE `script_spline_chain_waypoints` MODIFY COLUMN `chainId` SMALLINT UNSIGNED NOT NULL;