mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:37:32 +00:00
Add ID column to domains table and update repository implementation
Co-authored-by: adlerhurst <27845747+adlerhurst@users.noreply.github.com>
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
CREATE TABLE IF NOT EXISTS zitadel.domains(
|
||||
instance_id TEXT NOT NULL
|
||||
id TEXT NOT NULL PRIMARY KEY DEFAULT generate_ulid()
|
||||
, instance_id TEXT NOT NULL
|
||||
, org_id TEXT
|
||||
, domain TEXT NOT NULL CHECK (LENGTH(domain) BETWEEN 1 AND 255)
|
||||
, is_verified BOOLEAN NOT NULL DEFAULT FALSE
|
||||
|
Reference in New Issue
Block a user