mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2024-11-05 04:57:52 +00:00
3 lines
67 B
MySQL
3 lines
67 B
MySQL
|
CREATE TABLE invitations (
|
||
|
email TEXT NOT NULL PRIMARY KEY
|
||
|
);
|