aicam commented on code in PR #3710: URL: https://github.com/apache/texera/pull/3710#discussion_r2323833621
########## core/scripts/sql/texera_ddl.sql: ########## @@ -57,6 +57,7 @@ DROP TABLE IF EXISTS workflow_user_clones CASCADE; DROP TABLE IF EXISTS workflow_view_count CASCADE; DROP TABLE IF EXISTS workflow_user_activity CASCADE; DROP TABLE IF EXISTS user_activity CASCADE; Review Comment: Ditto ########## deployment/k8s/texera-helmchart/files/texera_ddl.sql: ########## @@ -92,6 +92,7 @@ DROP TABLE IF EXISTS workflow_user_clones CASCADE; DROP TABLE IF EXISTS workflow_view_count CASCADE; DROP TABLE IF EXISTS workflow_user_activity CASCADE; DROP TABLE IF EXISTS user_activity CASCADE; Review Comment: You can remove this line since DDL files are for fresh new databases and old tables should not be mentioned -- 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]
