kdamichie commented on code in PR #7845: URL: https://github.com/apache/trafficcontrol/pull/7845#discussion_r1422839973
########## traffic_ops/app/db/create_tables.sql: ########## Review Comment: @ntheanh201 We are still in favor for this feature if you can address the above request. ########## traffic_ops/app/db/create_tables.sql: ########## Review Comment: Table changes should not be changed here, but rather in the migrations folder. For your addition to safely make it in, please add an up / down migration file. i.e. traffic_ops/app/db/migrations/2023082308560644_server_update_status.down.sql and traffic_ops/app/db/migrations/2023082308560644_server_update_status.up.sql -- 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]
