chintanbanugaria / 92five

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

Remove and Replace 92fiveapp.sql with app/database/migrations #76

Open lancepioch opened 9 years ago

lancepioch commented 9 years ago

Replace 92fiveapp.sql with app/database/migrations using php artisan migrate:make CreateTableName for each table.

Then replace InstallController:42 with:

Artisan::call('migrate');