We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa33510 commit d880b92Copy full SHA for d880b92
migrations/multitenant/0016-tenants-jwks.sql
@@ -6,7 +6,6 @@ CREATE TABLE IF NOT EXISTS tenants_jwks (
6
active boolean NOT NULL,
7
created_at TIMESTAMPTZ NOT NULL DEFAULT NOW()
8
);
9
-ALTER TABLE tenants DROP COLUMN IF EXISTS jwks;
10
11
CREATE INDEX IF NOT EXISTS tenants_jwks_tenant_id_idx ON tenants_jwks(tenant_id);
12
CREATE INDEX IF NOT EXISTS tenants_jwks_active_idx ON tenants_jwks(tenant_id, active);
0 commit comments