sql/Companies.sql
[Pman.Core] / sql / Companies.sql
index 7109378..d601701 100644 (file)
@@ -47,4 +47,7 @@ ALTER TABLE Companies ADD COLUMN is_system INT(2) NOT NULL DEFAULT 0;-- #2028
 ALTER TABLE Companies ADD INDEX name_lookup (name);
 
 -- our new code should have this fixed now..
--- UPDATE Companies set comptype='OWNER' where isOwner=1;
\ No newline at end of file
+-- UPDATE Companies set comptype='OWNER' where isOwner=1;
+
+
+ALTER TABLE Companies ENGINE=InnoDB;
\ No newline at end of file