mirror of
https://github.com/silicoflare/envy.git
synced 2026-05-26 19:57:59 +05:30
feat: implement create command
This commit is contained in:
@@ -28,7 +28,7 @@ func InitDb() {
|
||||
var openErr error
|
||||
DB, openErr = gorm.Open(sqlite.Open(path.Join(EnvyPath, "envy.db")), &gorm.Config{})
|
||||
if openErr != nil {
|
||||
ErrPrint("Error while opening database:" + openErr.Error())
|
||||
ErrPrint("Error while opening database:", openErr.Error())
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user