]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
no bug - add pragma required to use latest sqlite version
authorDylan William Hardison <dylan@hardison.net>
Tue, 12 Feb 2019 02:21:31 +0000 (21:21 -0500)
committerGitHub <noreply@github.com>
Tue, 12 Feb 2019 02:21:31 +0000 (21:21 -0500)
Bugzilla/DB/Sqlite.pm

index 7a97ad06a0f90ccf8b8849666c5919747850e8af..7b07a71ab1840752de93dbb2d4bd977039f8f4a5 100644 (file)
@@ -125,6 +125,7 @@ sub on_dbi_connected {
     # better concurrency and don't need 3.6 compatibility, then you can
     # uncomment this line.
     #journal_mode => "'WAL'",
+    legacy_alter_table => 'ON',
   );
 
   while (my ($name, $value) = each %pragmas) {