mirror of
https://github.com/bitwarden/server.git
synced 2026-04-12 00:31:55 -05:00
feat: add MasterPasswordSalt column to User table - Add MasterPasswordSalt column to User table in both Dapper and EF implementations - Update User stored procedures (Create, Update, UpdateMasterPassword) to handle salt column - Add EF migrations and update UserView with dependent views - Set MaxLength constraint on MasterPasswordSalt column - Update UserRepository implementations to manage salt field - Add comprehensive test coverage for salt handling and normalization
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.