From dfc9cab4b7225f9f2b7cd46b6f99d281824e27c3 Mon Sep 17 00:00:00 2001
From: Gael Yvert <Gael.Yvert@ens-lyon.fr>
Date: Fri, 21 Aug 2020 12:06:18 +0200
Subject: [PATCH] update comments. This role tracking is related to issues #35
 and #61

---
 gitfunctionalitytables.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gitfunctionalitytables.sh b/gitfunctionalitytables.sh
index 2aeefb9..ba2613a 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 
 
 
 
-- 
GitLab