Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create "meta" table, maintain various stats useful for troubleshooting #7

Open
deoren opened this issue Aug 4, 2018 · 0 comments
Open
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@deoren
Copy link
Contributor

deoren commented Aug 4, 2018

The content below is pulled from an old local todo.txt file. I've changed my mind on some of the details, but posting here as-is for now. I plan to loop back later and refine the details before working to implement this.


  • Create meta table for logging when any other table was last updated (presumably we won't be wholesale nuking the existing tables on each run by this point)

    • meta.db_last_modified
    • meta.db_revision (auto-increment for every update to database)
  • Create TRIGGER to handle updating meta.db_last_modified column when any other table is modified

    • possibly have this same TRIGGER handle updating the meta.db_revision column too
@deoren deoren added the enhancement New feature or request label Aug 4, 2018
@deoren deoren self-assigned this Aug 4, 2018
@deoren deoren added this to the Future milestone Aug 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant