Real Migrations System (#645)

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
Matt Kilgore
2025-05-01 15:03:08 -04:00
committed by GitHub
parent 6bb196037c
commit 1ac86d9c04
31 changed files with 581 additions and 616 deletions

View File

@@ -0,0 +1,4 @@
// Package postgres provides the PostgreSQL database migration
package postgres
// This file exists to make Goose happy. It really doesn't do anything else.