Andras Banki-Horvath b789fb2db3
sqldb: add support for custom in-code migrations
This commit introduces support for custom, in-code migrations, allowing
a specific Go function to be executed at a designated database version
during sqlc migrations. If the current database version surpasses the
specified version, the migration will be skipped.
2025-01-23 09:10:59 +01:00
..
2024-10-26 14:18:00 +02:00
2024-10-26 14:18:00 +02:00
2024-10-26 14:18:00 +02:00
2023-07-27 03:31:12 -07:00