0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-09-10 12:41:42 +02:00
bitwarden_rs/migrations/mysql/2018-09-10-111213_add_invites/up.sql
2019-05-26 23:03:05 +02:00

3 lines
76 B
SQL

CREATE TABLE invitations (
email VARCHAR(255) NOT NULL PRIMARY KEY
);