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 -);