1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-05-13 07:03:58 +00:00

Added-External_id for Collections

This commit is contained in:
Folke Ashberg 2023-06-28 20:37:13 +02:00 committed by Mathijs van Veluw
parent 19e671ff25
commit 6050c8dac5
11 changed files with 36 additions and 8 deletions

View file

@ -38,6 +38,7 @@ table! {
uuid -> Text,
org_uuid -> Text,
name -> Text,
external_id -> Nullable<Text>,
}
}