Move implementations into impls/ dir
[jackhill/mal.git] / plpgsql / init.sql
diff --git a/plpgsql/init.sql b/plpgsql/init.sql
deleted file mode 100755 (executable)
index 07188d5..0000000
+++ /dev/null
@@ -1,13 +0,0 @@
--- ---------------------------------------------------------
--- init.sql
-
--- Drop pre-existing schemas
-DROP SCHEMA IF EXISTS io, types, reader, printer, envs, core, mal CASCADE;
-
--- Drop and recreate extensions
-DROP EXTENSION IF EXISTS hstore;
-CREATE EXTENSION hstore;
-
-DROP EXTENSION IF EXISTS dblink;
-CREATE EXTENSION dblink;
-