mirror of
https://github.com/QuivrHQ/quivr.git
synced 2025-01-08 08:37:27 +03:00
4 lines
139 B
MySQL
4 lines
139 B
MySQL
|
alter table "public"."user_identity" drop column "role_in_company";
|
||
|
|
||
|
alter table "public"."user_identity" add column "usage_purpose" text;
|