chintanbanugaria / 92five

Self hosted project management application
Other
1.15k stars 208 forks source link

Fix DB workings to use Laravel artisan commands #103

Closed CyberiaResurrection closed 8 years ago

CyberiaResurrection commented 8 years ago

I had downloaded 92five for my own use and had problems with database setup that blocked installation.

Judging by your issue tracker, I'm not the only one (for example, #101 (partly), #76, #102 ), so I've cleaned up and published local changes I had made.

I haven't tried breaking your big migration file out into its component parts - I was more focused on simply getting it working. I added basic tests so I could verify my changes still did what they were supposed to - are there any more tests you want me to add regarding my changes?

On two local machines of mine, php artisan migrate --seed and php artisan migrate:reset both run to completion with no errors.

92five also installs cleanly on both machines after these changes.

chintanbanugaria commented 8 years ago

@CyberiaResurrection Thanks for solving the DB issue.