BrettNordin / Exile

The conversion of ExtDB2 to ExtDB3 for Exile
GNU General Public License v3.0
19 stars 24 forks source link

Update script not working right now. #11

Closed StefOe closed 6 years ago

StefOe commented 6 years ago

Exile/Exile_Database_Update_64x.sql is broken, because 2 drops are executed twice: ALTER TABLE territory DROP FOREIGN KEY territory_ibfk_2; ALTER TABLE territory DROP INDEX flag_stolen_by_uid ; (Line 33-36 and Line 16-19)