From ce7b088ba26da1556d238598b143ca17f30fac42 Mon Sep 17 00:00:00 2001 From: Jordan Webb Date: Mon, 1 Feb 2021 23:46:45 -0600 Subject: [PATCH] Delete .sql files since migrate handles it --- with-rum.sql | 5 ----- without-rum.sql | 4 ---- 2 files changed, 9 deletions(-) delete mode 100644 with-rum.sql delete mode 100644 without-rum.sql diff --git a/with-rum.sql b/with-rum.sql deleted file mode 100644 index 48d0b0a..0000000 --- a/with-rum.sql +++ /dev/null @@ -1,5 +0,0 @@ ---Extensions made by ecto.migrate that need superuser access -CREATE EXTENSION IF NOT EXISTS citext; -CREATE EXTENSION IF NOT EXISTS pg_trgm; -CREATE EXTENSION IF NOT EXISTS "uuid-ossp"; -CREATE EXTENSION IF NOT EXISTS rum; diff --git a/without-rum.sql b/without-rum.sql deleted file mode 100644 index f82e926..0000000 --- a/without-rum.sql +++ /dev/null @@ -1,4 +0,0 @@ ---Extensions made by ecto.migrate that need superuser access -CREATE EXTENSION IF NOT EXISTS citext; -CREATE EXTENSION IF NOT EXISTS pg_trgm; -CREATE EXTENSION IF NOT EXISTS "uuid-ossp";