Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix resources migration | hellekin | 2020-10-06 | 1 | -1/+0 |
| | | | | | | | t.references already creates an index, so the second index actually broke things. You may need to rebuild the database! | ||||
* | Add Resource model | hellekin | 2020-10-06 | 1 | -0/+13 |
Resources will be stored as JSON, in the (GeoJSON) :feature column. They are assigned an UUID upon creation if they don't comme with one. They belong to an Agent. |