Files
homebox/backend/internal/data/migrations/sqlite3/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
153 B
Go

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