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