1
0
Fork 0
mirror of synced 2024-07-03 21:50:34 +12:00

region attribute on project

This commit is contained in:
Damodar Lohani 2022-09-08 04:53:46 +00:00
parent 349833573f
commit fafef03512

View file

@ -523,6 +523,17 @@ $collections = [
'array' => false,
'filters' => [],
],
[
'$id' => ID::custom('region'),
'type' => Database::VAR_STRING,
'format' => '',
'size' => 128,
'signed' => true,
'required' => false,
'default' => null,
'array' => false,
'filters' => [],
],
[
'$id' => ID::custom('description'),
'type' => Database::VAR_STRING,