mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-15 08:36:53 -04:00
2 lines
121 B
MySQL
2 lines
121 B
MySQL
|
|
-- Add the external_id to the users_organizations table
|
||
|
|
ALTER TABLE "users_organizations" ADD COLUMN "external_id" TEXT;
|