Added defunct and renamed company status

This commit is contained in:
2018-04-19 00:29:34 +01:00
parent 759439375d
commit d0e4c3f9e4

View File

@@ -63,6 +63,8 @@ namespace Cicm.Database.Schemas
/// <summary>Company filled for bankruptcy</summary>
Bankrupt = 4,
/// <summary>Company ceased operations for reasons different to bankruptcy</summary>
Defunct = 5
Defunct = 5,
/// <summary>Company renamed possibly with a change of intentions</summary>
Renamed = 6
}
}