sql/images.sql
authorAlan Knowles <alan@roojs.com>
Wed, 17 Feb 2016 03:50:13 +0000 (11:50 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 17 Feb 2016 03:50:13 +0000 (11:50 +0800)
sql/projectdirectory.sql
sql/I18n.sql
sql/events.sql
sql/core_watch.sql

sql/I18n.sql
sql/core_watch.sql
sql/events.sql
sql/images.sql
sql/projectdirectory.sql

index c52447a..eca572b 100644 (file)
@@ -12,5 +12,4 @@ CREATE TABLE `i18n` (
 
 
 ALTER TABLE i18n ADD COLUMN is_active int(1) NOT NULL DEFAULT 1;
-
-call mysql_change_engine('i18n');
\ No newline at end of file
\ No newline at end of file
index b2b13e4..db1fac8 100644 (file)
@@ -16,4 +16,4 @@ alter table  core_watch ADD COLUMN  active int(11) NOT NULL DEFAULT '1';
 
 ALTER TABLE core_watch ADD INDEX qlookup (ontable,onid,person_id,event,medium);
 
-call mysql_change_engine('core_watch');
\ No newline at end of file
\ No newline at end of file
index 65e9c09..222e6e8 100644 (file)
@@ -37,7 +37,4 @@ ALTER TABLE Events CHANGE COLUMN action action varchar(64)  default NULL;
 
 ALTER TABLE Events ADD INDEX lookupf (on_id, action, on_table, person_id, event_when, person_table);
   
-call mysql_change_engine('Events');  -- call mysql_change_engine('Events');
-
  
\ No newline at end of file
index f07a74d..8130f88 100644 (file)
@@ -29,4 +29,4 @@ ALTER TABLE Images ADD INDEX lookup(ontable, onid);
 
 ALTER TABLE Images ADD INDEX lookupc(created, ontable, onid
 
-call mysql_change_engine('Images');
\ No newline at end of file
\ No newline at end of file
index 627ce3c..f73e3f1 100644 (file)
@@ -20,4 +20,4 @@ ALTER TABLE  ProjectDirectory ADD COLUMN   office_id int(11) NOT NULL DEFAULT 0;
 
 ALTER TABLE ProjectDirectory ADD INDEX plookup (project_id,person_id, ispm, role);
 
-call mysql_change_engine('ProjectDirectory');
\ No newline at end of file
\ No newline at end of file