Files
caravel/backend/migrations/0003_custom_domain.sql
T
Jon Staab 90f5a55269
Docker / build-and-push-image (push) Successful in 1m41s
Add custom domain support
2026-06-12 13:31:40 -07:00

3 lines
149 B
SQL

ALTER TABLE relay ADD COLUMN custom_domain TEXT NOT NULL DEFAULT '';
ALTER TABLE relay ADD COLUMN custom_domain_verified INTEGER NOT NULL DEFAULT 0;