Spiegel von
https://github.com/dani-garcia/vaultwarden.git
synchronisiert 2024-11-04 02:18:00 +01:00
3 Zeilen
121 B
MySQL
3 Zeilen
121 B
MySQL
|
-- Add the external_id to the users_organizations table
|
||
|
ALTER TABLE "users_organizations" ADD COLUMN "external_id" TEXT;
|