From: Kees Monshouwer Date: Sat, 8 Mar 2014 10:30:36 +0000 (+0100) Subject: use schema.sqlite3.sql for opendbx-sqlite3 backend tests X-Git-Tag: rec-3.6.0-rc1~75^2~6 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5feb8716022eef44716ef6b5cd2f37b20ba71b7f;p=thirdparty%2Fpdns.git use schema.sqlite3.sql for opendbx-sqlite3 backend tests --- diff --git a/regression-tests/backends/opendbx-master b/regression-tests/backends/opendbx-master index 15ac61272c..be04f67210 100644 --- a/regression-tests/backends/opendbx-master +++ b/regression-tests/backends/opendbx-master @@ -1,7 +1,7 @@ case $context in opendbx-sqlite3) rm -f pdns-opendbx.sqlite3 - sqlite3 pdns-opendbx.sqlite3 < ../modules/gsqlite3backend/no-dnssec.schema.sqlite3.sql + sqlite3 pdns-opendbx.sqlite3 < ../modules/gsqlite3backend/schema.sqlite3.sql tosql gsqlite | sqlite3 pdns-opendbx.sqlite3 sqlite3 pdns-opendbx.sqlite3 "ALTER TABLE domains ADD status CHARACTER(1) NOT NULL DEFAULT 'A'; \ ALTER TABLE domains ADD auto_serial INTEGER DEFAULT 0;"