main
|
Last change
on this file was 877c13c, checked in by kikisrbinoska <srbinoskakristina07@…>, 4 months ago |
|
Added files
|
-
Property mode
set to
100644
|
|
File size:
446 bytes
|
| Line | |
|---|
| 1 | using Microsoft.EntityFrameworkCore.Migrations;
|
|---|
| 2 |
|
|---|
| 3 | #nullable disable
|
|---|
| 4 |
|
|---|
| 5 | namespace 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.