1
0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2024-09-22 18:31:31 +02:00
Vaultwarden/migrations/mysql/2018-09-10-111213_add_invites/up.sql

4 lines
76 B
MySQL
Raw Normal View History

CREATE TABLE invitations (
2019-05-20 21:12:41 +02:00
email VARCHAR(255) NOT NULL PRIMARY KEY
);