From 19abd5197620376bdfade313b20492e327e512fa Mon Sep 17 00:00:00 2001 From: Lorenzo Delgado Date: Mon, 6 Feb 2023 11:06:45 +0100 Subject: [PATCH] chore: remove unused test fixture file --- tests/v2/00002_test.up.sql | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 tests/v2/00002_test.up.sql diff --git a/tests/v2/00002_test.up.sql b/tests/v2/00002_test.up.sql deleted file mode 100644 index 3465caa37..000000000 --- a/tests/v2/00002_test.up.sql +++ /dev/null @@ -1,8 +0,0 @@ -CREATE TABLE IF NOT EXISTS Message_backup ( - id BLOB PRIMARY KEY, - timestamp INTEGER NOT NULL, - contentTopic BLOB NOT NULL, - pubsubTopic BLOB NOT NULL, - payload BLOB, - version INTEGER NOT NULL - ) WITHOUT ROWID; \ No newline at end of file