diff --git a/gitfunctionalitytables.sh b/gitfunctionalitytables.sh index 2aeefb93f92b926bbfcd6d9bab0547f3c74416c8..ba2613a385265dca2ea805cd0bd64eef3c63e15f 100755 --- a/gitfunctionalitytables.sh +++ b/gitfunctionalitytables.sh @@ -20,7 +20,7 @@ # we don't know if this file is staged when this script is run. cp database/seeds/DatabaseSeeder.php /tmp/DatabaseSeeder.php -# Inverse-seed BREAD's content +# Inverse-seed contents of functionality tables php artisan iseed data_types,data_rows,menus,menu_items,permissions,roles,permission_role,settings --force --classnameprefix=FunctionalityTrackingByIseed # Restore original DatabaseSeeder @@ -40,7 +40,7 @@ git commit -m "Updated seeders for tables of application functionalities" ## Restore instructions: # After git checkout -# run ./restorebread.sh +# run ./restorefunctionalitytables.sh