mirror of
https://github.com/bitwarden/server
synced 2025-12-10 05:13:48 +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 PostgreSQL Database Migrator
A class library leveraged by hosted applications to perform PostgreSQL database migrations via Entity Framework.
See the documentation on creating migrations for how to utilize the files seen here.