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 599fbc0efd
[PM-28616] Add flag UsePhishingBlocker to dbo.Organization (#6625)
2 months ago
..
DbScripts [PM-28616] Add flag UsePhishingBlocker to dbo.Organization (#6625) 2 months 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) 4 months ago
DbUpLogger.cs [BEEEP] Fix all CA2254 occurrences (#6357) 4 months ago
Migrator.csproj Document database projects and complete EDD support (#5855) 7 months ago
MigratorConstants.cs Document database projects and complete EDD support (#5855) 7 months ago
README.md Fix a couple broken links found during self-onboarding (#6386) 5 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.