stash-box
stash-box copied to clipboard
Refactor database date formats
Drops accuracy columns and changes date columns to be variable length string columns instead. This matches what is used in edits and in the non-deprecated graphql fields.
Ultimately it will make it much easier to add additional date columns since we no longer need to add two columns for each field, and all the boilerplate associated with format conversion.