mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 13:37:02 +00:00
[10307] Rename two tables to prefix scripted_, making the tables have consistent names
Both tables (areatrigger / event_id) are used explicit to store ScriptName for script library use. In addition rename to ScriptName in instance_template Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
parent
0880454847
commit
c6f2f16e05
8 changed files with 69 additions and 54 deletions
3
sql/updates/10307_02_mangos_scripted_areatrigger.sql
Normal file
3
sql/updates/10307_02_mangos_scripted_areatrigger.sql
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
ALTER TABLE db_version CHANGE COLUMN required_10307_01_mangos_instance_template required_10307_02_mangos_scripted_areatrigger bit;
|
||||
|
||||
RENAME TABLE areatrigger_scripts TO scripted_areatrigger;
|
||||
Loading…
Add table
Add a link
Reference in a new issue