Revert "Reverting Playtester's merge."

This reverts commit 21021751da.
This commit is contained in:
Nova
2016-02-01 14:33:23 -08:00
parent 21021751da
commit b99e9b7e97
10 changed files with 25 additions and 16 deletions

View File

@@ -229,7 +229,8 @@ CREATE TABLE `$db` (
`script` text,
`equip_script` text,
`unequip_script` text,
PRIMARY KEY (`id`)
PRIMARY KEY (`id`),
UNIQUE INDEX `UniqueAegisName` (`name_english`)
) ENGINE=MyISAM;
";
#NOTE: These do not match the table struct defaults.
@@ -271,7 +272,8 @@ CREATE TABLE `$db` (
`script` text,
`equip_script` text,
`unequip_script` text,
PRIMARY KEY (`id`)
PRIMARY KEY (`id`),
UNIQUE INDEX `UniqueAegisName` (`name_english`)
) ENGINE=MyISAM;
";
#NOTE: These do not match the table struct defaults.