Skip to content

Commit

Permalink
Enforce InnoDB for fe_users
Browse files Browse the repository at this point in the history
  • Loading branch information
aimeos committed May 9, 2020
1 parent 30e66ad commit 4d19800
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext_tables.sql
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ CREATE TABLE fe_users (
longitude decimal(8,6) DEFAULT NULL,
latitude decimal(8,6) DEFAULT NULL,
vdate date DEFAULT NULL,
);
) ENGINE=InnoDB;

0 comments on commit 4d19800

Please sign in to comment.