diff options
| author | ModoX <moardox@gmail.com> | 2021-10-23 11:42:47 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-23 11:42:47 +0200 |
| commit | 8b171d7c019f0010ec05af92466261d4be78bfff (patch) | |
| tree | f3c40875776e1987a2d52e758b2aec16ad394892 /sql/updates | |
| parent | b6f4b5340792bfdf5f73c6bccd3a5f4a926f00fa (diff) | |
Core/Instances: Drop allowMount column in instance_template as it is already handled properly by SPELL_ATTR0_OUTDOORS_ONLY (#27148)
Diffstat (limited to 'sql/updates')
| -rw-r--r-- | sql/updates/world/master/2021_10_23_00_world.sql | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sql/updates/world/master/2021_10_23_00_world.sql b/sql/updates/world/master/2021_10_23_00_world.sql new file mode 100644 index 00000000000..d8394b69e5a --- /dev/null +++ b/sql/updates/world/master/2021_10_23_00_world.sql @@ -0,0 +1,2 @@ +-- +ALTER TABLE `instance_template` DROP `allowMount`; |
