0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-07-03 19:28:19 +02:00
bitwarden_rs/migrations/2018-09-10-111213_add_invites/up.sql

3 lines
67 B
MySQL
Raw Normal View History

CREATE TABLE invitations (
email TEXT NOT NULL PRIMARY KEY
);