mirror of
https://github.com/AppFlowy-IO/AppFlowy-Cloud.git
synced 2025-04-19 03:24:42 -04:00
chore: remove partition key from collab embeddings table
This commit is contained in:
parent
0a47cef8ed
commit
94a3c98a75
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ create index if not exists ix_af_collab_embeddings_oid
|
|||
alter table af_collab_embeddings
|
||||
add constraint fk_af_collab_embeddings_oid foreign key (oid)
|
||||
references af_collab (oid) on delete cascade;
|
||||
alter table af_collab_embeddings drop partition_key;
|
||||
|
||||
-- add trigger for af_collab.updated_at
|
||||
create trigger set_updated_at
|
||||
|
|
Loading…
Add table
Reference in a new issue