mirror of
https://github.com/dnote/dnote
synced 2026-03-14 22:45:50 +01:00
parent
4fe5250e91
commit
92c3d8376e
2 changed files with 0 additions and 2 deletions
|
|
@ -64,8 +64,6 @@ const (
|
|||
func InitDB() {
|
||||
var err error
|
||||
|
||||
fmt.Println(getPGConnectionString())
|
||||
|
||||
DBConn, err = gorm.Open("postgres", getPGConnectionString())
|
||||
if err != nil {
|
||||
panic(err)
|
||||
|
|
|
|||
0
pkg/server/database/migrations/.gitkeep
Normal file
0
pkg/server/database/migrations/.gitkeep
Normal file
Loading…
Add table
Add a link
Reference in a new issue