20260205103258_AddMemberLogs.cs 392 B

123456789101112131415161718192021
  1. using Microsoft.EntityFrameworkCore.Migrations;
  2. #nullable disable
  3. namespace Infrastructure.Migrations.AppDb;
  4. /// <inheritdoc />
  5. public partial class AddMemberLogs : Migration
  6. {
  7. /// <inheritdoc />
  8. protected override void Up(MigrationBuilder migrationBuilder)
  9. {
  10. }
  11. /// <inheritdoc />
  12. protected override void Down(MigrationBuilder migrationBuilder)
  13. {
  14. }
  15. }