Skip to content

Commit 5fa7d04

Browse files
committed
Fixed sqlite upgrade
1 parent 1817bf7 commit 5fa7d04

File tree

1 file changed

+1
-0
lines changed
  • internal/configuration/database/provider/sqlite

1 file changed

+1
-0
lines changed

internal/configuration/database/provider/sqlite/Sqlite.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ func (p DatabaseProvider) Upgrade(currentDbVersion int) {
5353
"expiry" INTEGER NOT NULL,
5454
"maxFiles" INTEGER NOT NULL,
5555
"maxSize" INTEGER NOT NULL,
56+
"creation" INTEGER NOT NULL,
5657
PRIMARY KEY("id" AUTOINCREMENT)
5758
);`)
5859
helper.Check(err)

0 commit comments

Comments
 (0)