1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-05 18:12:48 -05:00

[AC-1682] Bumped up date on migration scripts

This commit is contained in:
Rui Tome
2024-02-16 13:09:58 +00:00
parent f7f692cf08
commit 6d1ead5b61
27 changed files with 24 additions and 24 deletions

View File

@ -7,7 +7,7 @@ namespace Bit.PostgresMigrations.Migrations;
public partial class FCAccessAllCollectionUsers : Migration
{
private const string _accessAllCollectionUsersScript = "PostgresMigrations.HelperScripts.2024-01-12_01_AccessAllCollectionUsers.psql";
private const string _accessAllCollectionUsersScript = "PostgresMigrations.HelperScripts.2024-02-16_01_AccessAllCollectionUsers.psql";
protected override void Up(MigrationBuilder migrationBuilder)
{