phpmx / phpmxbot

A Slack bot for the PHP Mexico Community.
3 stars 7 forks source link

Add db migrations #10

Closed eruizdechavez closed 3 years ago

eruizdechavez commented 3 years ago

As soon as que have a database, we need to update the database 😉 . Versioning db changes is a must have and I have had good experiences by using Flyway therefore I am replacing my bootstrap.php file with a full fledged db migrations tool.

The bootstrap script is now also updated to reflect this changes and the admin password is now by default password which can be changed easily later by each dev.