Skip to content

Commit

Permalink
Fix for profanity command script file name in manifest [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
Uleat committed Feb 5, 2019
1 parent ee970ac commit b810e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/sql/db_update_manifest.txt
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,7 @@
9133|2018_11_25_StuckBehavior.sql|SHOW COLUMNS FROM `npc_types` LIKE 'stuck_behavior'|empty|
9134|2019_01_04_update_global_base_scaling.sql|SELECT * FROM db_version WHERE version >= 9134|empty|
9135|2019_01_10_multi_version_spawns.sql|SHOW COLUMNS FROM `spawn2` LIKE 'version'|contains|unsigned|
9136|2019_02_14_profanity_command.sql|SHOW TABLES LIKE 'profanity_list'|empty|
9136|2019_02_04_profanity_command.sql|SHOW TABLES LIKE 'profanity_list'|empty|

# Upgrade conditions:
# This won't be needed after this system is implemented, but it is used database that are not
Expand Down

0 comments on commit b810e3a

Please sign in to comment.