diff options
| author | jackpoz <giacomopoz@gmail.com> | 2018-09-21 17:56:20 +0200 |
|---|---|---|
| committer | jackpoz <giacomopoz@gmail.com> | 2018-09-21 17:56:20 +0200 |
| commit | 7634a57f64a38e1151d648eeacae8480c83d19df (patch) | |
| tree | 18d03cbcb6530d690078c6668b957844804ba88a /sql/updates/world | |
| parent | 868f810e11524401175b45190c2e4d947fc28cff (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.sql | 1 |
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`; |
