mirror of
https://github.com/bitwarden/server.git
synced 2026-01-31 14:13:18 +08:00
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:
5
util/PostgresMigrations/README.md
Normal file
5
util/PostgresMigrations/README.md
Normal file
@@ -0,0 +1,5 @@
|
||||
# Bitwarden PostgreSQL Database Migrator
|
||||
|
||||
A class library leveraged by [hosted applications](/src/Admin/HostedServices/DatabaseMigrationHostedService.cs) to perform PostgreSQL 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.
|
||||
Reference in New Issue
Block a user