fix: build UI assets in CI
This commit is contained in:
@@ -9,6 +9,8 @@ alter table plans add column if not exists tenant_key text;
|
||||
alter table chat_histories add column if not exists tenant_key text;
|
||||
|
||||
-- Project names are now unique inside a tenant rather than globally.
|
||||
alter table projects drop constraint if exists ukey_projects_name;
|
||||
alter table projects drop constraint if exists projects_name_key;
|
||||
drop index if exists projects_name_key;
|
||||
create unique index if not exists projects_tenant_key_name_idx
|
||||
on projects (coalesce(tenant_key, ''), name);
|
||||
|
||||
Reference in New Issue
Block a user