mirror of
https://github.com/ViViDboarder/bitwarden_rs.git
synced 2025-03-10 21:46:31 +00:00
3 lines
67 B
SQL
3 lines
67 B
SQL
CREATE TABLE invitations (
|
|
email TEXT NOT NULL PRIMARY KEY
|
|
); |