35d72fccbe
Feature/remove mocks * remove mocks * cleanup db migrations
8 lines
250 B
SQL
8 lines
250 B
SQL
-- Migration 001: Extensions and Core Functions (DOWN)
|
|
-- Drops in reverse order of creation
|
|
|
|
DROP DOMAIN IF EXISTS unsignedsmallint;
|
|
DROP FUNCTION IF EXISTS isInVersion;
|
|
DROP FUNCTION IF EXISTS uuid_generate_v7;
|
|
DROP EXTENSION IF EXISTS "pgcrypto";
|