diff --git a/sql/create_tables/oastat_create_tables_common.sql b/sql/create_tables/oastat_create_tables_common.sql index 02a1b60..b1ba250 100644 --- a/sql/create_tables/oastat_create_tables_common.sql +++ b/sql/create_tables/oastat_create_tables_common.sql @@ -6,7 +6,7 @@ -- Note: Lines containing RESTRICT2POSTGRESQL are PostgreSQL specific -- Warning. InnoDb is the only MySQL backend supporting transactions RESTRICT2MYSQL -SET table_type=INNODB; -- RESTRICT2MYSQL +SET storage_engine=INNODB; -- RESTRICT2MYSQL CREATE TABLE oastat_awards ( eventNumber SERIAL PRIMARY KEY,