mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-11-10 22:10:16 -05:00
Rework migrations for MySQL
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
CREATE TABLE invitations (
|
||||
email TEXT NOT NULL PRIMARY KEY
|
||||
);
|
||||
email VARCHAR(255) NOT NULL PRIMARY KEY
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user