transaction for table creation

This commit is contained in:
Shish 2020-10-27 02:08:12 +00:00
parent 2863ff7508
commit c13835d2ef

View file

@ -214,6 +214,7 @@ function create_tables(Database $db)
);
}
$db->begin_transaction();
$db->create_table("aliases", "
oldtag VARCHAR(128) NOT NULL,
newtag VARCHAR(128) NOT NULL,