Greenstand / Greenstand/treetracker-database
Create planterid, active index on trees table
Open
- Dominant language
- PLpgSQL
- Stars
- 4
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
Create an up/down migration for this index SQL
create index trees_planter_id_active_idx ON trees (planter_id, active);
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.