1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-05 05:00:19 -05:00

Fix typos in EF migrations (#1693)

* Fix typos in postgres migrations

* Fix extension of migration script
This commit is contained in:
Thomas Rittson 2021-11-09 07:40:01 +10:00 committed by GitHub
parent 7cc7b84eaf
commit f6bc35b2d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ namespace Bit.PostgresMigrations.Migrations
public partial class SplitManageCollectionsPermissions2 : Migration
{
private const string _scriptLocation =
"PostgresMigration.Scripts.2021-09-21_01_SplitManageCollectionsPermission.psql";
"PostgresMigrations.Scripts.2021-09-21_01_SplitManageCollectionsPermission.psql";
protected override void Up(MigrationBuilder migrationBuilder)
{

View File

@ -7,7 +7,7 @@ namespace Bit.PostgresMigrations.Migrations
public partial class SetMaxAutoscaleSeatsToCurrentSeatCount : Migration
{
private const string _scriptLocation =
"PostgresMigration.Scripts.2021-10-21_00_SetMaxAutoscaleSeatCount.sql";
"PostgresMigrations.Scripts.2021-10-21_00_SetMaxAutoscaleSeatCount.psql";
protected override void Up(MigrationBuilder migrationBuilder)
{