aboutsummaryrefslogtreecommitdiff
path: root/sql/updates/world
diff options
context:
space:
mode:
authorjackpoz <giacomopoz@gmail.com>2018-09-21 17:56:20 +0200
committerjackpoz <giacomopoz@gmail.com>2018-09-21 17:56:20 +0200
commit7634a57f64a38e1151d648eeacae8480c83d19df (patch)
tree18d03cbcb6530d690078c6668b957844804ba88a /sql/updates/world
parent868f810e11524401175b45190c2e4d947fc28cff (diff)
Core/SAI: Add a 4th target parameter to SAI
Diffstat (limited to 'sql/updates/world')
-rw-r--r--sql/updates/world/3.3.5/2018_09_21_02_world.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/world/3.3.5/2018_09_21_02_world.sql b/sql/updates/world/3.3.5/2018_09_21_02_world.sql
new file mode 100644
index 00000000000..a8f590c8264
--- /dev/null
+++ b/sql/updates/world/3.3.5/2018_09_21_02_world.sql
@@ -0,0 +1 @@
+ALTER TABLE `smart_scripts` ADD COLUMN `target_param4` INT(10) UNSIGNED DEFAULT 0 NOT NULL AFTER `target_param3`;