Core/SAI: Add a 4th target parameter to SAI

(cherry picked from commit 7634a57f64)
This commit is contained in:
jackpoz
2018-09-21 17:56:20 +02:00
committed by Shauren
parent 910a00bb1e
commit 4fabfa0903
6 changed files with 38 additions and 33 deletions

View File

@@ -0,0 +1 @@
ALTER TABLE `smart_scripts` ADD COLUMN `target_param4` INT(10) UNSIGNED DEFAULT 0 NOT NULL AFTER `target_param3`;