We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd742f5 commit a08f27aCopy full SHA for a08f27a
AzureDevopsStateTracker/Migrations/20210720105645_FunctionToTimeInitial.cs
@@ -17,7 +17,7 @@ AS BEGIN
17
18
protected override void Down(MigrationBuilder migrationBuilder)
19
{
20
- var dropFunction = @$"DROP FUNCTION IF EXISTS {DataBaseConfig.SchemaName}.ToTime";
+ var dropFunction = @$"DROP FUNCTION IF EXISTS dbo.ToTime";
21
migrationBuilder.Sql(dropFunction);
22
}
23
0 commit comments