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/maintain metadata table in generated SQLite file #3

Open
atc0005 opened this issue Sep 19, 2020 · 1 comment
Open

Create/maintain metadata table in generated SQLite file #3

atc0005 opened this issue Sep 19, 2020 · 1 comment
Assignees
Labels
enhancement New feature or request sqlite
Milestone

Comments

@atc0005
Copy link
Owner

atc0005 commented Sep 19, 2020

This table should probably indicate what version of the application created it, a schema version, etc. If at some point this app is updated to "sync" the table contents instead of regenerating the file each time this may be required in order to support migrations (e.g., field changes).

@atc0005 atc0005 added enhancement New feature or request sqlite labels Sep 19, 2020
@atc0005 atc0005 added this to the Future milestone Sep 19, 2020
@atc0005 atc0005 self-assigned this Sep 19, 2020
@atc0005
Copy link
Owner Author

atc0005 commented Sep 26, 2020

Other useful fields to include:

  • regen date/time
  • potentially the hostname of the system where the regen work was done
  • source database server
  • source database name
  • other values related to the regen

@atc0005 atc0005 pinned this issue Oct 9, 2020
@atc0005 atc0005 unpinned this issue Apr 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request sqlite
Projects
None yet
Development

No branches or pull requests

1 participant