From c13835d2ef914aaa08ce462c4422e928dd5ab7e6 Mon Sep 17 00:00:00 2001 From: Shish Date: Tue, 27 Oct 2020 02:08:12 +0000 Subject: [PATCH] transaction for table creation --- core/install.php | 1 + 1 file changed, 1 insertion(+) 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,