source: ChapterX.Infrastructure/Migrations/20260319165534_InitialCreate1.cs@ a6e33d1

main
Last change on this file since a6e33d1 was 877c13c, checked in by kikisrbinoska <srbinoskakristina07@…>, 4 months ago

Added files

  • Property mode set to 100644
File size: 446 bytes
Line 
1using Microsoft.EntityFrameworkCore.Migrations;
2
3#nullable disable
4
5namespace ChapterX.Infrastructure.Migrations
6{
7 /// <inheritdoc />
8 public partial class InitialCreate1 : Migration
9 {
10 /// <inheritdoc />
11 protected override void Up(MigrationBuilder migrationBuilder)
12 {
13
14 }
15
16 /// <inheritdoc />
17 protected override void Down(MigrationBuilder migrationBuilder)
18 {
19
20 }
21 }
22}
Note: See TracBrowser for help on using the repository browser.