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.
|
|
5 months ago | |
|---|---|---|
| .. | ||
| DbScripts | 5 months ago | |
| DbScripts_finalization | 2 years ago | |
| DbScripts_transition | 2 years ago | |
| MySql | 4 years ago | |
| DbMigrator.cs | 6 months ago | |
| DbUpLogger.cs | 12 months ago | |
| Migrator.csproj | 5 months ago | |
| MigratorConstants.cs | 5 months ago | |
| README.md | 5 months ago | |
| SqlServerDbMigrator.cs | 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.