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

Auto backup db when schema changes #109

Merged
merged 2 commits into from
Oct 27, 2024
Merged

Auto backup db when schema changes #109

merged 2 commits into from
Oct 27, 2024

Conversation

dark-person
Copy link
Owner

@dark-person dark-person commented Oct 26, 2024

Changes (New Feature)

Add feature to auto backup database when schema changed.

Related Issues

Close #105 .

Checklist:

Code Checklist:

  • I have run the new code and ensure the change is work expected (Due to no schema change yet)
  • I have write/modify comments to important function & hard-to-understand code
  • I have checked my code has no misspellings & no warnings
  • I have checked that only essential code remains in this pull request

Documentation Checklist:

  • I have add new feature description to README.md of this repository
  • I have add/modify file description to README.md of the package (tick if not applicable)

Testing Checklist:

  • I have create new test case / test for new feature (Handle by lazydb)
  • I have run all new & existing test and pass locally with my changes

@dark-person dark-person added the feature/new Create New Feature label Oct 26, 2024
@dark-person dark-person marked this pull request as ready for review October 27, 2024 03:11
@dark-person dark-person merged commit f0d28d4 into master Oct 27, 2024
3 checks passed
@dark-person dark-person deleted the auto-backup branch October 27, 2024 03:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature/new Create New Feature
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Auto backup database if schema need to update
1 participant