p1-logger/migrations/fs.go
Pieter Hollander b70c6bd8e2
All checks were successful
Build Docker image / build (push) Successful in 1m2s
Build Golang packages / release (push) Successful in 2m14s
Implement proper DB migrations. Add support for logging electricity sags and swells. Preliminary work on supporting BE and LU specific variables.
2024-07-26 22:02:47 +02:00

6 lines
69 B
Go

package migrations
import "embed"
//go:embed *.sql
var FS embed.FS