diff --git a/core/install.php b/core/install.php index b9cdde00..3fc114f5 100644 --- a/core/install.php +++ b/core/install.php @@ -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,