This commit is contained in:
@@ -363,6 +363,35 @@ namespace AyaNova.Util
|
||||
await EraseTableAsync("aworkorder", conn);
|
||||
//---
|
||||
|
||||
//--- QUOTE
|
||||
await EraseTableAsync("aquoteitemexpense", conn);
|
||||
await EraseTableAsync("aquoteitemlabor", conn);
|
||||
await EraseTableAsync("aquoteitemloan", conn);
|
||||
await EraseTableAsync("aquoteitempart", conn);
|
||||
await EraseTableAsync("aquoteitemscheduleduser", conn);
|
||||
await EraseTableAsync("aquoteitemtask", conn);
|
||||
await EraseTableAsync("aquoteitemtravel", conn);
|
||||
await EraseTableAsync("aquoteitemunit", conn);
|
||||
await EraseTableAsync("aquoteitemoutsideservice", conn);
|
||||
await EraseTableAsync("aquoteitem", conn);
|
||||
await EraseTableAsync("aquotestate", conn);
|
||||
await EraseTableAsync("aquote", conn);
|
||||
//---
|
||||
|
||||
|
||||
//--- PM
|
||||
await EraseTableAsync("apmitemexpense", conn);
|
||||
await EraseTableAsync("apmitemlabor", conn);
|
||||
await EraseTableAsync("apmitemloan", conn);
|
||||
await EraseTableAsync("apmitempart", conn);
|
||||
await EraseTableAsync("apmitemscheduleduser", conn);
|
||||
await EraseTableAsync("apmitemtask", conn);
|
||||
await EraseTableAsync("apmitemtravel", conn);
|
||||
await EraseTableAsync("apmitemunit", conn);
|
||||
await EraseTableAsync("apmitemoutsideservice", conn);
|
||||
await EraseTableAsync("apmitem", conn);
|
||||
await EraseTableAsync("apm", conn);
|
||||
//---
|
||||
|
||||
await EraseTableAsync("afileattachment", conn);
|
||||
await EraseTableAsync("acustomerservicerequest", conn);
|
||||
@@ -380,7 +409,7 @@ namespace AyaNova.Util
|
||||
|
||||
|
||||
|
||||
await EraseTableAsync("aloanunit", conn);
|
||||
|
||||
await EraseTableAsync("apartassemblyitem", conn);
|
||||
await EraseTableAsync("apartassembly", conn);
|
||||
await EraseTableAsync("apartinventory", conn);
|
||||
@@ -388,29 +417,9 @@ namespace AyaNova.Util
|
||||
|
||||
|
||||
|
||||
//--- QUOTE
|
||||
await EraseTableAsync("aquoteitemexpense", conn);
|
||||
await EraseTableAsync("aquoteitemlabor", conn);
|
||||
await EraseTableAsync("aquoteitemloan", conn);
|
||||
await EraseTableAsync("aquoteitempart", conn);
|
||||
await EraseTableAsync("aquoteitemscheduleduser", conn);
|
||||
await EraseTableAsync("aquoteitemtask", conn);
|
||||
await EraseTableAsync("aquoteitemtravel", conn);
|
||||
await EraseTableAsync("aquoteitemunit", conn);
|
||||
await EraseTableAsync("aquoteitemoutsideservice", conn);
|
||||
await EraseTableAsync("aquoteitem", conn);
|
||||
await EraseTableAsync("aquotestate", conn);
|
||||
await EraseTableAsync("aquote", conn);
|
||||
//---
|
||||
|
||||
|
||||
await EraseTableAsync("apmitem", conn);
|
||||
await EraseTableAsync("apm", conn);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
await EraseTableAsync("aloanunit", conn);
|
||||
await EraseTableAsync("aunitmodel", conn);
|
||||
await EraseTableAsync("avendor", conn);
|
||||
|
||||
@@ -436,8 +445,9 @@ namespace AyaNova.Util
|
||||
await EraseTableAsync("aservicerate", conn);
|
||||
await EraseTableAsync("atravelrate", conn);
|
||||
await EraseTableAsync("ataxcode", conn);
|
||||
//await EraseTableAsync("aservicebank", conn);
|
||||
|
||||
|
||||
await EraseTableAsync("aquotestatus", conn);
|
||||
await EraseTableAsync("aworkorderstatus", conn);
|
||||
await EraseTableAsync("aworkorderitemstatus", conn);
|
||||
await EraseTableAsync("aworkorderitempriority", conn);
|
||||
|
||||
Reference in New Issue
Block a user