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

feat(migrations): add initial migration tracking to the package #21

Merged
merged 1 commit into from
Oct 5, 2024

Conversation

MohmdFo
Copy link
Contributor

@MohmdFo MohmdFo commented Oct 3, 2024

  • Added initial migration file 0001_initial.py to track schema changes in the sage_seo app.
  • Updated .gitignore to ensure relevant migration files are properly tracked in version control.
  • This will help ensure that database changes are managed correctly across different environments.

Closes #20

- Added initial migration file `0001_initial.py` to track schema changes in the `sage_seo` app.
- Updated `.gitignore` to ensure relevant migration files are properly tracked in version control.
- This will help ensure that database changes are managed correctly across different environments.

Closes sageteamorg#20
@sepehr-akbarzadeh sepehr-akbarzadeh merged commit 0867d9f into sageteamorg:main Oct 5, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Issue: Add Migrations Tracking to the Package
2 participants