1
0
mirror of https://github.com/bitwarden/server.git synced 2024-11-25 12:45:18 +01:00
bitwarden-server/util/PostgresMigrations/Migrations
Rui Tomé 68989442c8
[EC-427] Add provider types (MSP/Reseller) to Provider table (#2518)
* [EC-427] Add columns 'Type' and 'BillingPhone' to Provider table

* [EC-427] Provider table Type and BillingPhone MySql migrations

* [EC-427] Provider table Type and BillingPhone Postgres migrations

* [EC-427] Add mysql migration script

* [EC-427] Add mysql migration script

* [EC-427] Updated Provider sql script to include default column value

* [EC-427] Removed default value from Provider.Type column

* [EC-427] Changed migration script to include a default value constraint instead of updating the null type

* [EC-427] Updated Sql project Provider table script

* [EC-427] Changed migration script to use 'Create OR Alter' for views and sprocs

* [EC-427] Added default values for 'BillingPhone' and 'Type' fields on sprocs [dbo].[Provider_Create] and [dbo].[Provider_Update]

* [EC-427] Adjusting metadata in migration script

* [EC-427] Updated Provider sprocs SQL script files

* [EC-427] Fixed migration script

* [EC-427] Added sqlite migration

* [EC-427] Add missing Provider_Update sproc default value

* [EC-427] Added missing GO action to migration script

* [EC-428] Redirect to Edit after creating Provider

* Revert "[EC-428] Redirect to Edit after creating Provider"

This reverts commit 6347bca1ed.
2023-01-23 16:08:05 +00:00
..
20210708191531_Init.cs Run formatting (#2230) 2022-08-29 16:06:55 -04:00
20210708191531_Init.Designer.cs Split out repositories to Infrastructure.Dapper / EntityFramework (#1759) 2022-01-11 10:40:51 +01:00
20210709092227_RemoveProviderOrganizationProviderUser.cs Run formatting (#2230) 2022-08-29 16:06:55 -04:00
20210709092227_RemoveProviderOrganizationProviderUser.Designer.cs Split out repositories to Infrastructure.Dapper / EntityFramework (#1759) 2022-01-11 10:40:51 +01:00
20210716141748_UserForcePasswordReset.cs Run formatting (#2230) 2022-08-29 16:06:55 -04:00
20210716141748_UserForcePasswordReset.Designer.cs Split out repositories to Infrastructure.Dapper / EntityFramework (#1759) 2022-01-11 10:40:51 +01:00
20210920201829_AddMaxAutoscaleSeatsToOrganization.cs Run formatting (#2230) 2022-08-29 16:06:55 -04:00
20210920201829_AddMaxAutoscaleSeatsToOrganization.Designer.cs Split out repositories to Infrastructure.Dapper / EntityFramework (#1759) 2022-01-11 10:40:51 +01:00
20211011145128_SplitManageCollectionsPermissions2.cs Remove EF migration scripts (#2550) 2023-01-10 13:46:19 -05:00
20211011145128_SplitManageCollectionsPermissions2.Designer.cs Split out repositories to Infrastructure.Dapper / EntityFramework (#1759) 2022-01-11 10:40:51 +01:00
20211021204521_SetMaxAutoscaleSeatsToCurrentSeatCount.cs Remove EF migration scripts (#2550) 2023-01-10 13:46:19 -05:00
20211021204521_SetMaxAutoscaleSeatsToCurrentSeatCount.Designer.cs Split out repositories to Infrastructure.Dapper / EntityFramework (#1759) 2022-01-11 10:40:51 +01:00
20211108041547_KeyConnector.cs Run formatting (#2230) 2022-08-29 16:06:55 -04:00
20211108041547_KeyConnector.Designer.cs Split out repositories to Infrastructure.Dapper / EntityFramework (#1759) 2022-01-11 10:40:51 +01:00
20211108225011_OrganizationSponsorship.cs Run formatting (#2230) 2022-08-29 16:06:55 -04:00
20211108225011_OrganizationSponsorship.Designer.cs Split out repositories to Infrastructure.Dapper / EntityFramework (#1759) 2022-01-11 10:40:51 +01:00
20211115142623_KeyConnectorFlag.cs Run formatting (#2230) 2022-08-29 16:06:55 -04:00
20211115142623_KeyConnectorFlag.Designer.cs Split out repositories to Infrastructure.Dapper / EntityFramework (#1759) 2022-01-11 10:40:51 +01:00
20220121092321_RemoveU2F.cs Run formatting (#2230) 2022-08-29 16:06:55 -04:00
20220121092321_RemoveU2F.Designer.cs Remove the u2f lib (#1820) 2022-01-24 12:14:04 +01:00
20220301211818_FailedLoginCaptcha.cs Run formatting (#2230) 2022-08-29 16:06:55 -04:00
20220301211818_FailedLoginCaptcha.Designer.cs [Captcha] Implement failed logins ceiling (#1870) 2022-03-02 15:45:00 -06:00
20220322183505_SelfHostF4E.cs Bitwarden Unified Self-Host project (#2410) 2022-11-18 14:39:01 -05:00
20220322183505_SelfHostF4E.Designer.cs Feature/self hosted families for enterprise (#1991) 2022-05-10 16:12:09 -05:00
20220411190525_SponsorshipBulkActions.cs Run formatting (#2230) 2022-08-29 16:06:55 -04:00
20220411190525_SponsorshipBulkActions.Designer.cs Feature/self hosted families for enterprise (#1991) 2022-05-10 16:12:09 -05:00
20220420171153_AddInstallationIdToEvents.cs Run formatting (#2230) 2022-08-29 16:06:55 -04:00
20220420171153_AddInstallationIdToEvents.Designer.cs Feature/self hosted families for enterprise (#1991) 2022-05-10 16:12:09 -05:00
20220524170740_DeviceUnknownVerification.cs Run formatting (#2230) 2022-08-29 16:06:55 -04:00
20220524170740_DeviceUnknownVerification.Designer.cs [PS-589] Fix emergency contact takeover device verification and endpoints for its settings (#2016) 2022-06-06 14:52:50 -03:00
20220707162231_UseScimFlag.cs Run formatting (#2230) 2022-08-29 16:06:55 -04:00
20220707162231_UseScimFlag.Designer.cs [EC-261] SCIM (#2105) 2022-07-14 15:58:48 -04:00
20220830163921_PasswordlessAuthRequests.cs [SG-167] Implement Passwordless Authentication via Notifications (#2276) 2022-09-26 13:21:13 -04:00
20220830163921_PasswordlessAuthRequests.Designer.cs [SG-167] Implement Passwordless Authentication via Notifications (#2276) 2022-09-26 13:21:13 -04:00
20220927142152_EventsSystemUser.cs [EC-449] Event log user for SCIM events (#2306) 2022-11-09 12:13:29 +00:00
20220927142152_EventsSystemUser.Designer.cs [EC-449] Event log user for SCIM events (#2306) 2022-11-09 12:13:29 +00:00
20221025033204_PasswordlessAuthRequestAddApprovedColumn.cs [SG-763] Store the fact that a Passwordless request was denied in the AuthRequest table (#2363) 2022-10-25 17:14:48 -04:00
20221025033204_PasswordlessAuthRequestAddApprovedColumn.Designer.cs [SG-763] Store the fact that a Passwordless request was denied in the AuthRequest table (#2363) 2022-10-25 17:14:48 -04:00
20221115034053_AvatarColor.cs [SG-58] Avatar color selector (#2330) 2023-01-01 11:28:59 -05:00
20221115034053_AvatarColor.Designer.cs [SG-58] Avatar color selector (#2330) 2023-01-01 11:28:59 -05:00
20221116102326_UseCustomPermissionsFlag.cs [EC-343] Gate custom permissions behind enterprise plan (#2352) 2022-12-06 09:50:08 +00:00
20221116102326_UseCustomPermissionsFlag.Designer.cs [EC-343] Gate custom permissions behind enterprise plan (#2352) 2022-12-06 09:50:08 +00:00
20221227100237_ProviderAddProviderTypeBillingPhone.cs [EC-427] Add provider types (MSP/Reseller) to Provider table (#2518) 2023-01-23 16:08:05 +00:00
20221227100237_ProviderAddProviderTypeBillingPhone.Designer.cs [EC-427] Add provider types (MSP/Reseller) to Provider table (#2518) 2023-01-23 16:08:05 +00:00
20230106153838_SecretsManager.cs [SM-394] Secrets Manager (#2164) 2023-01-13 15:02:53 +01:00
20230106153838_SecretsManager.Designer.cs [SM-394] Secrets Manager (#2164) 2023-01-13 15:02:53 +01:00
20230113175441_Fix Navigation Properties.cs Remove Unused Auto Properties (#2580) 2023-01-13 14:24:58 -05:00
20230113175441_Fix Navigation Properties.Designer.cs Remove Unused Auto Properties (#2580) 2023-01-13 14:24:58 -05:00
DatabaseContextModelSnapshot.cs [EC-427] Add provider types (MSP/Reseller) to Provider table (#2518) 2023-01-23 16:08:05 +00:00