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