Missing files from previous commit
This commit is contained in:
@ -25,7 +25,7 @@ namespace Oqtane.Migrations
|
||||
//Update new column if SqlServer (Other Databases will not have any records yet)
|
||||
if (ActiveDatabase.Name == "SqlServer")
|
||||
{
|
||||
tenantEntityBuilder.UpdateColumn("DBType", ActiveDatabase.TypeName);
|
||||
tenantEntityBuilder.UpdateColumn("DBType", $"'{ActiveDatabase.TypeName}'");
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user