Amends CreateTable, so if 'overwrite' is enabled, the table is dropped, then recreated.
This commit is contained in:
@@ -221,6 +221,7 @@ namespace Umbraco.Core.Persistence
|
||||
if (overwrite && tableExist)
|
||||
{
|
||||
db.DropTable(tableName);
|
||||
tableExist = false;
|
||||
}
|
||||
|
||||
if (tableExist == false)
|
||||
|
||||
Reference in New Issue
Block a user