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

Version controlling schema #17

Open
PrasadBabarendaGamage opened this issue Aug 7, 2022 · 0 comments
Open

Version controlling schema #17

PrasadBabarendaGamage opened this issue Aug 7, 2022 · 0 comments
Assignees

Comments

@PrasadBabarendaGamage
Copy link
Collaborator

  1. See https://sqlalchemy-migrate.readthedocs.io/en/latest/versioning.html#making-schema-changes for how to create a python schema change script
  2. Inside the python schema change script load SDS 2.0 schema from the schema creation github issue as a sqlalchemy Table
  3. Add upgrade/downgrade migrate functions that will add a new dummy field to SDS 2.0 data_set_description
  4. Apply schema change script create/export a new SDS 2.1-alpha schema
  5. Create example
  6. Create first part of tutorial 2
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

No branches or pull requests

2 participants