mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 02:39:10 -04:00
Calendar Edit
This commit is contained in:
@@ -66,6 +66,8 @@
|
||||
echo 'Migrate DB'
|
||||
cd {{ $app_dir_697 }}/current/
|
||||
php artisan migrate
|
||||
php artisan db:seed --class=ConfigsTableSeeder
|
||||
|
||||
@endtask
|
||||
|
||||
@task('clone_repository_736')
|
||||
@@ -99,6 +101,8 @@
|
||||
echo 'Migrate DB'
|
||||
cd {{ $app_dir_736 }}/current/
|
||||
php artisan migrate
|
||||
php artisan db:seed --class=ConfigsTableSeeder
|
||||
|
||||
@endtask
|
||||
|
||||
@task('clone_repository_dev')
|
||||
@@ -132,4 +136,6 @@
|
||||
echo 'Migrate DB'
|
||||
cd {{ $app_dir_dev }}/current/
|
||||
php artisan migrate
|
||||
php artisan db:seed --class=ConfigsTableSeeder
|
||||
|
||||
@endtask
|
||||
Reference in New Issue
Block a user