The core infrastructure backend (API, database, Docker, etc).
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Vijay Oommen e102a7488e
[PM-26967] Added new metric properties (#6519)
2 months ago
..
DbScripts [PM-26967] Added new metric properties (#6519) 2 months ago
DbScripts_finalization
DbScripts_transition
MySql
DbMigrator.cs [BEEEP] Fix all CA2254 occurrences (#6357) 2 months ago
DbUpLogger.cs [BEEEP] Fix all CA2254 occurrences (#6357) 2 months ago
Migrator.csproj Document database projects and complete EDD support (#5855) 5 months ago
MigratorConstants.cs Document database projects and complete EDD support (#5855) 5 months ago
README.md Fix a couple broken links found during self-onboarding (#6386) 3 months ago
SqlServerDbMigrator.cs [PM-6938] Allow certain database operations to be skipped (#3914) 2 years ago

README.md

Bitwarden Database Migrator

A class library leveraged by utilities and hosted applications to perform SQL database migrations. A MSSQL migrator exists here as the default use case.

In production environments the Migrator is typically executed during application startup or as part of CI/CD pipelines to ensure database schemas are up-to-date before application deployment.

See the documentation on creating migrations for how to utilize the files seen here.