This commit is contained in:
@@ -326,7 +326,7 @@ namespace AyaNova.Util
|
||||
await EraseTableAsync("apm", conn);
|
||||
await EraseTableAsync("apmtemplateitem", conn);
|
||||
await EraseTableAsync("apmtemplate", conn);
|
||||
await EraseTableAsync("aproject", conn);
|
||||
|
||||
await EraseTableAsync("apurchaseorder", conn);
|
||||
await EraseTableAsync("aquoteitem", conn);
|
||||
await EraseTableAsync("aquote", conn);
|
||||
@@ -351,6 +351,8 @@ namespace AyaNova.Util
|
||||
await EraseTableAsync("aworkordertemplateitem", conn);
|
||||
await EraseTableAsync("aworkordertemplate", conn);
|
||||
|
||||
await EraseTableAsync("aproject", conn);//depends on User, dependants are wo,quote,pm
|
||||
|
||||
//----- NOTIFICATION
|
||||
await EraseTableAsync("anotification", conn);
|
||||
await EraseTableAsync("anotifyevent", conn);
|
||||
|
||||
Reference in New Issue
Block a user