Files
homebox/backend/internal/data/migrations/postgres/main.go
Matt Kilgore 1ac86d9c04 Real Migrations System (#645)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-05-01 15:03:08 -04:00

5 lines
158 B
Go

// Package postgres provides the PostgreSQL database migration
package postgres
// This file exists to make Goose happy. It really doesn't do anything else.