mirror of
https://github.com/claunia/marechai.git
synced 2025-12-16 19:14:25 +00:00
Added defunct and renamed company status
This commit is contained in:
@@ -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
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user