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.
 
 
 
 
 
 
Jared McCannon c321080daf
[PM-32067] - Add Provider Ability View (#7200)
4 days ago
..
DbScripts [PM-32067] - Add Provider Ability View (#7200) 4 days ago
DbScripts_finalization Move DbScripts_finalization to DbScripts (#3675) 2 years ago
DbScripts_transition Add gitkeep files to preserve DbScript folders even if there's no sql scripts in them (#3341) 2 years ago
MySql enh(mysql) Enforce ENGINE=InnoDB (#1470) 5 years ago
DbMigrator.cs [BEEEP] Fix all CA2254 occurrences (#6357) 5 months ago
DbUpLogger.cs [BEEEP] Fix all CA2254 occurrences (#6357) 5 months ago
Migrator.csproj Make CA1304 & CA1305 warnings (#6813) 3 months ago
MigratorConstants.cs Document database projects and complete EDD support (#5855) 8 months ago
README.md Fix a couple broken links found during self-onboarding (#6386) 6 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.