-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update Recipes This restores the index that got chopped off from lists * Create 2019-04-13-00-Changes_To_Recipe_Tables.sql
- Loading branch information
1 parent
bbe73af
commit c80df6b
Showing
752 changed files
with
5,231 additions
and
5,194 deletions.
There are no files selected for viewing
37 changes: 37 additions & 0 deletions
37
Database/2-BaseUpdates/2019-04-13-00-Changes_To_Recipe_Tables.sql
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
USE `ace_world`; | ||
|
||
ALTER TABLE `recipe_mods_bool` | ||
ADD COLUMN `index` TINYINT(5) NOT NULL AFTER `recipe_Mod_Id`; | ||
|
||
ALTER TABLE `recipe_mods_d_i_d` | ||
ADD COLUMN `index` TINYINT(5) NOT NULL AFTER `recipe_Mod_Id`; | ||
|
||
ALTER TABLE `recipe_mods_float` | ||
ADD COLUMN `index` TINYINT(5) NOT NULL AFTER `recipe_Mod_Id`; | ||
|
||
ALTER TABLE `recipe_mods_i_i_d` | ||
ADD COLUMN `index` TINYINT(5) NOT NULL AFTER `recipe_Mod_Id`; | ||
|
||
ALTER TABLE `recipe_mods_int` | ||
ADD COLUMN `index` TINYINT(5) NOT NULL AFTER `recipe_Mod_Id`; | ||
|
||
ALTER TABLE `recipe_mods_string` | ||
ADD COLUMN `index` TINYINT(5) NOT NULL AFTER `recipe_Mod_Id`; | ||
|
||
ALTER TABLE `recipe_requirements_bool` | ||
ADD COLUMN `index` TINYINT(5) NOT NULL AFTER `recipe_Id`; | ||
|
||
ALTER TABLE `recipe_requirements_d_i_d` | ||
ADD COLUMN `index` TINYINT(5) NOT NULL AFTER `recipe_Id`; | ||
|
||
ALTER TABLE `recipe_requirements_float` | ||
ADD COLUMN `index` TINYINT(5) NOT NULL AFTER `recipe_Id`; | ||
|
||
ALTER TABLE `recipe_requirements_i_i_d` | ||
ADD COLUMN `index` TINYINT(5) NOT NULL AFTER `recipe_Id`; | ||
|
||
ALTER TABLE `recipe_requirements_int` | ||
ADD COLUMN `index` TINYINT(5) NOT NULL AFTER `recipe_Id`; | ||
|
||
ALTER TABLE `recipe_requirements_string` | ||
ADD COLUMN `index` TINYINT(5) NOT NULL AFTER `recipe_Id`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.