Update import scripts: create table using InnoDB engine.
[platal.git] / upgrade / account / 03_carva.sql
index b583fc0..b3a40cd 100644 (file)
@@ -3,6 +3,6 @@ create table carvas (
   url varchar(255) not null,
 
   primary key uid (uid)
-);
+) ENGINE=InnoDB, CHARSET=utf8;
 
 # vim:set syntax=mysql: