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