This commit is contained in:
2018-12-07 18:53:59 +00:00
parent 14aa5b7661
commit 3717afa934
5 changed files with 10 additions and 14 deletions

View File

@@ -5,17 +5,6 @@ Bearer eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpYXQiOiIxNTQyNjY5Njc3IiwiZXhwIjoi
## IMMEDIATE ITEMS
Remove old tag code, models, schema tables, cleanup and db erase code that refers to them
SON OF TAGS
- Test v7 import tags users with correct tags for region, sched group and dispatch zone
SERVER SCHEMA
- Add unique constraint to all name columns in all tables in ayschema and run tests (how did I miss that before??)
- See datafilter schema code (note that it will increase the index count by one)
- http://www.postgresqltutorial.com/postgresql-unique-constraint/
SERVER ALL LIST ROUTES
- Forgot to put AsNoTracking in the list routes, no need to track them as they are only returning info, not being modified