Document database projects and complete EDD support (#5855)

* Document database projects and complete EDD support

* Remove an old remnant of a now-unused 'future' state

* Sync finalization scripts

* Fix conflict

* Fix some script issues
This commit is contained in:
Matt Bishop
2025-07-21 16:43:30 -04:00
committed by GitHub
parent 3024576181
commit bdadf2af01
12 changed files with 101 additions and 36 deletions

View File

@@ -0,0 +1,5 @@
# Bitwarden MySQL Database Migrator
A class library leveraged by [hosted applications](/src/Admin/HostedServices/DatabaseMigrationHostedService.cs) to perform MySQL database migrations via Entity Framework.
See the [documentation on creating migrations](https://contributing.bitwarden.com/contributing/database-migrations/) for how to utilize the files seen here.