librenms / librenmsv2

LibreNMS WebUI Rewrite
GNU General Public License v3.0
26 stars 15 forks source link

Verify the database creation #61

Open murrant opened 8 years ago

murrant commented 8 years ago
murrant commented 8 years ago

I did a little exploration. We can have migrations similar to Laravel, but not Laravel migrations. (without basically a full Laravel install, which does not support PHP 5.3) So, I suggest we defer this until we merge the projects. Then we can easily use Laravel migrations.

I will update the current migrations so they are easier to keep in sync. The seeds items still need to be completed.