feat: enhance database models with metadata and new resource types
This commit is contained in:
@@ -19,8 +19,10 @@ class MiningOperationType(str, Enum):
|
||||
|
||||
OPEN_PIT = "open_pit"
|
||||
UNDERGROUND = "underground"
|
||||
IN_SITU_LEACH = "in_situ_leach"
|
||||
PLACER = "placer"
|
||||
QUARRY = "quarry"
|
||||
MOUNTAINTOP_REMOVAL = "mountaintop_removal"
|
||||
OTHER = "other"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user