source: FarmatikoData/Migrations/20201105055526_NewMigration.cs@ d23bf72

Last change on this file since d23bf72 was d23bf72, checked in by DimitarSlezenkovski <dslezenkovski@…>, 3 years ago

Add SystemService, Auth, fix a lil bugs :)

  • Property mode set to 100644
File size: 338 bytes
Line 
1using Microsoft.EntityFrameworkCore.Migrations;
2
3namespace FarmatikoData.Migrations
4{
5 public partial class NewMigration : Migration
6 {
7 protected override void Up(MigrationBuilder migrationBuilder)
8 {
9
10 }
11
12 protected override void Down(MigrationBuilder migrationBuilder)
13 {
14
15 }
16 }
17}
Note: See TracBrowser for help on using the repository browser.