Closed tawfiknasser closed 1 year ago
Database migration module is what will be used to maintain changes in the db.
research and develop this migration module to be used from now on to apply changes and sync between developers databases.
https://en.m.wikipedia.org/wiki/Schema_migration
https://javascript.plainenglish.io/developer-story-db-migrations-postgresql-edition-3f7cf9dc790b
https://www.npmjs.com/package/node-pg-migrate
https://github.com/salsita/node-pg-migrate
Database migration module is what will be used to maintain changes in the db.
research and develop this migration module to be used from now on to apply changes and sync between developers databases.