🐛 Fix migrations in Pusher
This commit is contained in:
@@ -14,8 +14,8 @@ using Npgsql.EntityFrameworkCore.PostgreSQL.Metadata;
|
||||
namespace DysonNetwork.Pusher.Migrations
|
||||
{
|
||||
[DbContext(typeof(AppDatabase))]
|
||||
[Migration("20250724065831_UpdateDatabaseSomehow")]
|
||||
partial class UpdateDatabaseSomehow
|
||||
[Migration("20250724070546_UpdateNotificationMeta")]
|
||||
partial class UpdateNotificationMeta
|
||||
{
|
||||
/// <inheritdoc />
|
||||
protected override void BuildTargetModel(ModelBuilder modelBuilder)
|
@@ -6,7 +6,7 @@ using Microsoft.EntityFrameworkCore.Migrations;
|
||||
namespace DysonNetwork.Pusher.Migrations
|
||||
{
|
||||
/// <inheritdoc />
|
||||
public partial class UpdateDatabaseSomehow : Migration
|
||||
public partial class UpdateNotificationMeta : Migration
|
||||
{
|
||||
/// <inheritdoc />
|
||||
protected override void Up(MigrationBuilder migrationBuilder)
|
Reference in New Issue
Block a user