Opened 9 years ago
Closed 7 years ago
#5448 closed task (fixed)
Remove old mongodb cruft
Reported by: | Christopher Allan Webber | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | programming | Keywords: | |
Cc: | Parent Tickets: |
Description
Notably, some cruft from the mongodb days (and the transition from which) are still around. We don't need models_v0.py and stuff.
Look for this stuff and tear it out!
Change History (3)
comment:1 by , 8 years ago
comment:2 by , 8 years ago
Noting that older ticket #685 "Big Migration Unit Test" is relevant here.
Note:
See TracTickets
for help on using tickets.
The file
models_v0.py
mentions that it has been kept around in case someone gets around to writing a test that will run all the SQL migrations. Any suggestions about how to proceed here? Perhaps we don't need to run the SQL migrations *right* from the beginning - that might allow us to drop this file.