mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-09-16 13:35:57 +03: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