1
0
mirror of https://github.com/bitwarden/server synced 2025-12-10 05:13:48 +00:00
Files
server/util/PostgresMigrations
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 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.