From fa51ea59f7982951353e6184dc32aa0ebbccd9e0 Mon Sep 17 00:00:00 2001 From: Martin Date: Mon, 5 Nov 2018 16:25:58 +0100 Subject: [PATCH] PW-1513 remove synonyms and words tables --- migrations/000.079.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 migrations/000.079.sql diff --git a/migrations/000.079.sql b/migrations/000.079.sql new file mode 100644 index 0000000..9042ab4 --- /dev/null +++ b/migrations/000.079.sql @@ -0,0 +1,2 @@ +DROP TABLE synonyms; +DROP TABLE words;