server/util/MySqlMigrations
cd-bitwarden 2965b499e9
[SM-1591] Adding SecretVersion table to server (#6406)
* 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
2025-10-16 15:35:14 -04:00
..

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.