init
This commit is contained in:
		
							
								
								
									
										18
									
								
								Kreta.BusinessLogic/Migrations/20220902142121_DB_4788.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										18
									
								
								Kreta.BusinessLogic/Migrations/20220902142121_DB_4788.cs
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,18 @@
 | 
			
		||||
using FluentMigrator;
 | 
			
		||||
 | 
			
		||||
namespace Kreta.BusinessLogic.Migrations
 | 
			
		||||
{
 | 
			
		||||
    [Migration(20220902142121)]
 | 
			
		||||
    public class DB_4788 : CustomMigration
 | 
			
		||||
    {
 | 
			
		||||
        public override void Up()
 | 
			
		||||
        {
 | 
			
		||||
            RegisterSPFN("sp_AktivTanevValtasa");
 | 
			
		||||
        }
 | 
			
		||||
 | 
			
		||||
        public override void Down()
 | 
			
		||||
        {
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user