update store schema when configuring corrosion, create machines table

This commit is contained in:
Pavel Sviderski
2024-09-27 20:10:05 +10:00
parent 69c9167355
commit 3e9718f08c
4 changed files with 50 additions and 35 deletions
+6
View File
@@ -0,0 +1,6 @@
package store
import _ "embed"
//go:embed schema.sql
var Schema string