mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-23 22:18:22 +01:00
Real Migrations System (#645)
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
4
backend/internal/data/migrations/postgres/main.go
Normal file
4
backend/internal/data/migrations/postgres/main.go
Normal 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.
|
||||
Reference in New Issue
Block a user