92five icon indicating copy to clipboard operation
92five copied to clipboard

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

Open lancepioch opened this issue 11 years ago • 0 comments

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

Then replace InstallController:42 with:

Artisan::call('migrate');

lancepioch avatar Dec 09 '14 17:12 lancepioch