1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-05 17:53:12 +02:00

feat: add notifications_retention setting

Signed-off-by: andreas-unleash <andreas@getunleash.ai>
This commit is contained in:
andreas-unleash 2023-03-07 13:06:03 +02:00
parent 07661b3f49
commit 668eb3c1f5
No known key found for this signature in database
GPG Key ID: DB82A1577B38F66B

View File

@ -1,3 +1,5 @@
'use strict';
exports.up = function (db, cb) {
db.runSql(
`INSERT INTO settings(name, content) VALUES ('notifications_retention', '{"hours": 720}')`,