1
0
mirror of https://github.com/bitwarden/server synced 2025-12-26 13:13:24 +00:00
Files
server/util/SqliteMigrations
Matt Gibson e96e70cc22 Create PlayData table and services
Shift from seeded data tracking that is all server-side to play ids and x-play-id headers that are appended from the clients to track entities added by tests.
2025-11-04 16:26:06 -08:00
..

Bitwarden SQLite Database Migrator

A class library leveraged by hosted applications to perform SQLite database migrations via Entity Framework.

See the documentation on creating migrations for how to utilize the files seen here.