working commit

This commit is contained in:
2026-06-07 15:06:37 +02:00
parent 52dd2cef20
commit c656b562d8
17 changed files with 291 additions and 85 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ func NewDatabase(datapath string) (*Database, error) {
func (db *Database) OpenDatabase() error {
var err error
dbPath := filepath.Join(db.datapath, "certmanager.db")
dbPath := filepath.Join(db.datapath, "main.db")
db.db, err = sqlx.Open("sqlite3", dbPath)
if err != nil {
return err