From 235165171b0e60211936bee8366d93df86fd1206 Mon Sep 17 00:00:00 2001 From: Mark Sinclair Date: Fri, 6 Dec 2024 20:10:36 +0000 Subject: [PATCH] Remove migration from seed app --- nyx-chain-watcher/migrations/000_init.sql | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 nyx-chain-watcher/migrations/000_init.sql diff --git a/nyx-chain-watcher/migrations/000_init.sql b/nyx-chain-watcher/migrations/000_init.sql deleted file mode 100644 index 5fa9e40e00..0000000000 --- a/nyx-chain-watcher/migrations/000_init.sql +++ /dev/null @@ -1,6 +0,0 @@ -CREATE TABLE responses ( - id SERIAL PRIMARY KEY, - joke_id VARCHAR NOT NULL UNIQUE, - joke TEXT NOT NULL, - date_created INTEGER NOT NULL -);