Database schema management #9

Closed
opened 5 years ago by sander · 1 comments
sander commented 5 years ago
Owner

Once the project has a first more-or-less usable version, it would be nice to support upgrading existing installations to newer versions.

One prerequisite for that is that the app manages the changes of database schemas and data migration from one schema to another, so that an upgrade can continue to use the existing database which was there before.

This should probably not be attempted until the project has moved away from Sequelize (#8).

Knex has support for migrations and seeders. Should look into that.

Once the project has a first more-or-less usable version, it would be nice to support upgrading existing installations to newer versions. One prerequisite for that is that the app manages the changes of database schemas and data migration from one schema to another, so that an upgrade can continue to use the existing database which was there before. This should probably not be attempted until the project has moved away from Sequelize (#8). Knex has support for migrations and seeders. Should look into that.
sander added this to the Core project 5 years ago
sander added a new dependency 5 years ago
Poster
Owner

Is built into Knex.js.

Is built into Knex.js.
sander closed this issue 5 years ago
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Reference: sander/MuDBase#9
Loading…
There is no content yet.