Database Migration Guide¶
this file give you a rough idea about how to draft/purpose a migration in atabse schema..
Migration Rules / Migration Process¶
-
when you wanna change the database scheme, you have before time draft a new pr..
-
your new pr should draft a new dtabase scheme file, whn your pr merge in this docs repository. then only you can even write code in codebase releated to migration.
-
after, that code changes you have make two prs.. one in passcodes app repo and one in passcodes docs repo... this pr will we be merged together into both individuall repository at once..
Summary: Pr-docs -> Code-changes -> Post-docs