There is bug in the mysql-database.sql initialize file.
The two lines
ALTER TABLE MESSAGE DROP FOREIGN KEY CHANNEL_ID_FK;
ALTER TABLE CHANNEL_STATISTICS DROP FOREIGN KEY CHANNEL_STATS_ID_FK;
have to be put at the end of file (I belive).
Bye,
Claudio
The two lines
ALTER TABLE MESSAGE DROP FOREIGN KEY CHANNEL_ID_FK;
ALTER TABLE CHANNEL_STATISTICS DROP FOREIGN KEY CHANNEL_STATS_ID_FK;
have to be put at the end of file (I belive).
Bye,
Claudio
Comment