Index: branches/5.1.x/core/install/install_schema.sql =================================================================== diff -u -N -r13635 -r13780 --- branches/5.1.x/core/install/install_schema.sql (.../install_schema.sql) (revision 13635) +++ branches/5.1.x/core/install/install_schema.sql (.../install_schema.sql) (revision 13780) @@ -188,6 +188,7 @@ ); CREATE TABLE Phrase ( + PhraseId int(11) NOT NULL AUTO_INCREMENT, Phrase varchar(255) NOT NULL DEFAULT '', PhraseKey varchar(255) NOT NULL DEFAULT '', l1_Translation text, @@ -196,7 +197,6 @@ l4_Translation text, l5_Translation text, PhraseType int(11) NOT NULL DEFAULT '0', - PhraseId int(11) NOT NULL AUTO_INCREMENT, LastChanged int(10) unsigned DEFAULT NULL, LastChangeIP varchar(15) NOT NULL DEFAULT '', Module varchar(30) NOT NULL DEFAULT 'In-Portal',