Skip to content
Snippets Groups Projects
Commit dfc9cab4 authored by Gael Yvert's avatar Gael Yvert
Browse files

update comments. This role tracking is related to issues #35 and #61

parent b0788d4e
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
# we don't know if this file is staged when this script is run. # we don't know if this file is staged when this script is run.
cp database/seeds/DatabaseSeeder.php /tmp/DatabaseSeeder.php 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 php artisan iseed data_types,data_rows,menus,menu_items,permissions,roles,permission_role,settings --force --classnameprefix=FunctionalityTrackingByIseed
# Restore original DatabaseSeeder # Restore original DatabaseSeeder
...@@ -40,7 +40,7 @@ git commit -m "Updated seeders for tables of application functionalities" ...@@ -40,7 +40,7 @@ git commit -m "Updated seeders for tables of application functionalities"
## Restore instructions: ## Restore instructions:
# After git checkout # After git checkout
# run ./restorebread.sh # run ./restorefunctionalitytables.sh
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment