Stubbing out workorder
This commit is contained in:
@@ -23,7 +23,7 @@ namespace AyaNova.Models
|
||||
|
||||
//Principle
|
||||
[Required]//this required annotation should cause a cascade delete to happen automatically when wo is deleted, need to test that
|
||||
public int WorkorderId { get; set; }//fk
|
||||
public long WorkorderId { get; set; }//fk
|
||||
public WorkOrder WorkOrder { get; set; }
|
||||
|
||||
//Dependents
|
||||
|
||||
@@ -22,8 +22,8 @@ namespace AyaNova.Util
|
||||
//!!!!WARNING: BE SURE TO UPDATE THE DbUtil::EmptyBizDataFromDatabaseForSeedingOrImporting WHEN NEW TABLES ADDED!!!!
|
||||
private const int DESIRED_SCHEMA_LEVEL = 11;
|
||||
|
||||
internal const long EXPECTED_COLUMN_COUNT = 258;
|
||||
internal const long EXPECTED_INDEX_COUNT = 119;
|
||||
internal const long EXPECTED_COLUMN_COUNT = 259;
|
||||
internal const long EXPECTED_INDEX_COUNT = 118;
|
||||
|
||||
//!!!!WARNING: BE SURE TO UPDATE THE DbUtil::EmptyBizDataFromDatabaseForSeedingOrImporting WHEN NEW TABLES ADDED!!!!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user