0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-01-21 01:12:28 -05:00
vaultwarden/migrations/sqlite/2018-09-10-111213_add_invites/up.sql

3 lines
67 B
MySQL
Raw Normal View History

2019-05-26 23:02:41 +02:00
CREATE TABLE invitations (
email TEXT NOT NULL PRIMARY KEY
);