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