init
This commit is contained in:
commit
e124a47765
19374 changed files with 9806149 additions and 0 deletions
19
KretaWeb/Migrations/20220912151539_DB_4819.cs
Normal file
19
KretaWeb/Migrations/20220912151539_DB_4819.cs
Normal file
|
@ -0,0 +1,19 @@
|
|||
using FluentMigrator;
|
||||
|
||||
namespace Kreta.Web.Migrations
|
||||
{
|
||||
[Migration(20220912151539)]
|
||||
public class DB_4819 : CustomMigration
|
||||
{
|
||||
public override void Up()
|
||||
{
|
||||
RegisterSPFN("uspSzirStatOktato");
|
||||
RegisterSPFN("uspSzirStatNemOktato");
|
||||
}
|
||||
|
||||
public override void Down()
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue