We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1817bf7 commit 5fa7d04Copy full SHA for 5fa7d04
internal/configuration/database/provider/sqlite/Sqlite.go
@@ -53,6 +53,7 @@ func (p DatabaseProvider) Upgrade(currentDbVersion int) {
53
"expiry" INTEGER NOT NULL,
54
"maxFiles" INTEGER NOT NULL,
55
"maxSize" INTEGER NOT NULL,
56
+ "creation" INTEGER NOT NULL,
57
PRIMARY KEY("id" AUTOINCREMENT)
58
);`)
59
helper.Check(err)
0 commit comments