3 lines
121 B
3 lines
121 B
2 years ago
|
-- Add the external_id to the users_organizations table
|
||
|
ALTER TABLE "users_organizations" ADD COLUMN "external_id" TEXT;
|