Hi Texera team, I’d like to share a new process that has been added to help streamline SQL schema versioning. Developers now have the option to run this process to automate SQL schema updates during local development, rather than manually running SQL update files like before.
For developers who create a PR that changes the SQL schema: - Please add a <changeSet> element to sql/changelog.xml For developers who want to apply schema changes locally: - You can either manually run the SQL file on your postgres instance as usual, or you can run docker compose up under the sql directory. If you have any questions, please let me know. Thank you! Best, Grace Chia
