Delete .sql files since migrate handles it

This commit is contained in:
Jordan Webb 2021-02-01 23:46:45 -06:00
parent 8612bb1ab3
commit ce7b088ba2
No known key found for this signature in database
GPG Key ID: C341950C47B6CE14
2 changed files with 0 additions and 9 deletions

View File

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

View File

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