You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2021/11/01 17:47:56 UTC

[GitHub] [trafficcontrol] ocket8888 commented on a change in pull request #6307: Add logic to every endpoint to be able to use the new permissions based authorization system

ocket8888 commented on a change in pull request #6307:
URL: https://github.com/apache/trafficcontrol/pull/6307#discussion_r740408681



##########
File path: traffic_ops_db/test/docker/run-db-test.sh
##########
@@ -99,12 +99,6 @@ fi
 
 ./db/admin --env=production upgrade || { echo "DB upgrade failed!"; exit 1; }
 
-if ! ./db/admin -env=production load_schema ||
-  ! ./db/admin -env=production load_schema; then
-  echo 'Could not re-run create_tables.sql!'
-  exit 1
-fi;
-

Review comment:
       I'm good with that, if you are.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@trafficcontrol.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org