Closed
Description
Steps:
- Chang the code to not specify case-sensitivity - remove a lot of quotes.
- Add code that detects if there is a lower-case table name.
- Make a new
findExistingUpCassedV2Table()
likefindExistingTable()
which will be used within the soft-reset - Soft reset (e.g. blow away the loaded_at values in the raw table)
- Make a new
Notes:
- don’t force-uppercase things, implicitly do this by not specifying the case and let the DB handle it
- This migration will leave behind the lower-cased old V2 table... that's OK
Future note:
- We also want to rename the raw tables so they are also case-insensitive, but that's another story because (1) that will slow this down and (2) can't be solved by a soft reset.