fixes to errors on clearing cache
[Pman.Core] / sql / core_domain.sql
index c22e29b..468c975 100644 (file)
@@ -3,7 +3,7 @@ CREATE TABLE core_domain (
   id int(11) NOT NULL auto_increment,
   PRIMARY KEY  (id)
 ) ENGINE=innodb DEFAULT  CHARSET=utf8 ;
--- need to specify engine set, as 
+-- need to specify engine set, otherwise the unique index get's borked.
 
 ALTER TABLE core_domain ADD COLUMN domain VARCHAR(255) NOT NULL DEFAULT '';