liam-migration[bot]
liam-migration[bot]
# Review of Schema Changes The recent changes to the schema involved adding a new field 'sample' to the 'PRCommit' model, alongside some documentation updates. While the intention seems to...
This migration refactors the entire codebase and SQL schema to use snake_case for table, column and key names, and updates all timestamp fields to use with time zone. A critical...
This PR migrates schema management by replacing the WatchSchemaFilePattern table with GitHubSchemaFilePath and updating all related code and tests. The main risks include insufficient backup measures and lack of post-migration...