Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Updating Migration
  • Loading branch information
DiegoGalante committed Jul 20, 2021
commit a08f27a21079974a99e5ffe70acb525c0e417ba9
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ AS BEGIN

protected override void Down(MigrationBuilder migrationBuilder)
{
var dropFunction = @$"DROP FUNCTION IF EXISTS {DataBaseConfig.SchemaName}.ToTime";
var dropFunction = @$"DROP FUNCTION IF EXISTS dbo.ToTime";
migrationBuilder.Sql(dropFunction);
}
}
Expand Down