init.sql
This commit is contained in:
parent
94cc6f0557
commit
e30488eb1f
@ -1,5 +1,11 @@
|
|||||||
package database
|
package database
|
||||||
|
|
||||||
|
import (
|
||||||
|
_ "embed"
|
||||||
|
)
|
||||||
|
|
||||||
func Init() {
|
func Init() {
|
||||||
|
|
||||||
|
//go:embed "init.sql"
|
||||||
|
var initSQL string
|
||||||
}
|
}
|
||||||
|
0
database/init.sql
Normal file
0
database/init.sql
Normal file
Loading…
x
Reference in New Issue
Block a user