mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-09-17 16:17:05 -04:00
3 lines
67 B
MySQL
3 lines
67 B
MySQL
|
|
CREATE TABLE invitations (
|
||
|
|
email TEXT NOT NULL PRIMARY KEY
|
||
|
|
);
|