diff options
author | jackpoz <giacomopoz@gmail.com> | 2018-09-21 17:56:20 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2021-11-10 00:11:52 +0100 |
commit | 4fabfa0903dfbf95bb4f0ce03fea953d4ef0a073 (patch) | |
tree | f2310c53284ce187fe092493923a3db368171271 /sql/old/9.x | |
parent | 910a00bb1e6294a4ed36ebdb31555f0122e16668 (diff) |
Core/SAI: Add a 4th target parameter to SAI
(cherry picked from commit 7634a57f64a38e1151d648eeacae8480c83d19df)
Diffstat (limited to 'sql/old/9.x')
-rw-r--r-- | sql/old/9.x/world/21081_2021_10_15/2018_09_21_02_world.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/old/9.x/world/21081_2021_10_15/2018_09_21_02_world.sql b/sql/old/9.x/world/21081_2021_10_15/2018_09_21_02_world.sql new file mode 100644 index 00000000000..a8f590c8264 --- /dev/null +++ b/sql/old/9.x/world/21081_2021_10_15/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`; |