Add override detection with colored tags, fix tag padding, remove schema drop

This commit is contained in:
Ian Gulliver
2026-02-15 18:59:41 -08:00
parent cf633a5143
commit 0a0d1fc476
4 changed files with 80 additions and 7 deletions

View File

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