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

[ENHANCEMENT]: implement a database migration tool #1155

Open
jessevz opened this issue Dec 10, 2024 · 0 comments
Open

[ENHANCEMENT]: implement a database migration tool #1155

jessevz opened this issue Dec 10, 2024 · 0 comments
Labels
enhancement Enhancement of existing features / Small addition server Hashtopolis API/Server related

Comments

@jessevz
Copy link
Contributor

jessevz commented Dec 10, 2024

Description

To further improve the maintainability of Hashtopolis it can help to use some kind of standardised database migration tool. Currently we use a lot of handcrafted mysql scripts for migrations which can be error prone and hard to get into for new developers. A common tool for database migration in php is phinx (https://github.com/cakephp/phinx). What is nice about this, is that we can also use it to seed the database, which can be used to seed the database with large test data for the ci/cd testing. This helps for issue: #983

@jessevz jessevz added enhancement Enhancement of existing features / Small addition server Hashtopolis API/Server related labels Dec 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Enhancement of existing features / Small addition server Hashtopolis API/Server related
Projects
None yet
Development

No branches or pull requests

1 participant