mirror of
https://github.com/bitwarden/server
synced 2025-12-26 05:03:18 +00:00
* Adding SecretVersion table to server * making the names singular not plural for new table * removing migration * fixing migration * Adding indexes for serviceacct and orguserId * indexes for sqllite * fixing migrations * adding indexes to secretVeriosn.sql * tests * removing tests * adding GO
Bitwarden MySQL Database Migrator
A class library leveraged by hosted applications to perform MySQL database migrations via Entity Framework.
See the documentation on creating migrations for how to utilize the files seen here.