mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-03-11 12:10:13 -04:00
3 lines
67 B
MySQL
3 lines
67 B
MySQL
|
CREATE TABLE invitations (
|
||
|
email TEXT NOT NULL PRIMARY KEY
|
||
|
);
|