mirror of
https://github.com/bitwarden/server.git
synced 2026-04-11 14:39:36 -05:00
* Add feature flag for Organization Invite Links * Add OrganizationInviteLink database entity * Add OrganizationInviteLink table sql script and also OrganizationInviteLinkView that reads from it * Add OrganizationInviteLink stored procedures for CRUD operations * Add SQL migration script * Add EF migrations * Add EF configurations * Add IOrganizationInviteLinkRepository and integration tests * Add OrganizationInviteLinkRepository Dapper implementation * refactor(tests): Update OrganizationInviteLinkRepositoryTests to use [Theory] attribute for test cases
Bitwarden PostgreSQL Database Migrator
A class library leveraged by hosted applications to perform PostgreSQL database migrations via Entity Framework.
See the documentation on creating migrations for how to utilize the files seen here.