Add override detection with colored tags, fix tag padding, remove schema drop
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
DROP TABLE IF EXISTS roommate_constraints;
|
||||
DROP TYPE IF EXISTS constraint_kind;
|
||||
|
||||
DO $$ BEGIN
|
||||
CREATE TYPE constraint_kind AS ENUM ('must', 'prefer', 'prefer_not', 'must_not');
|
||||
EXCEPTION WHEN duplicate_object THEN NULL;
|
||||
|
||||
Reference in New Issue
Block a user