zrhoffman commented on code in PR #7614:
URL: https://github.com/apache/trafficcontrol/pull/7614#discussion_r1343119416


##########
cache-config/testing/docker/traffic_ops/run.sh:
##########
@@ -149,6 +149,7 @@ cd /opt/traffic_ops/app
 (
 db/admin --env=production reset
 db/admin --env=production upgrade
+db/admin --env=production seed

Review Comment:
   Why should seeding happen after running migrations? Isn't the whole point of 
no longer seeding when running migrations that `seeds.sql` only changes when 
the DB is squashed?
   
   If that's the case, it should run before migrations.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to