mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-10 17:53:36 +02:00
feat: add notifications_retention setting
Signed-off-by: andreas-unleash <andreas@getunleash.ai>
This commit is contained in:
parent
07661b3f49
commit
668eb3c1f5
@ -1,3 +1,5 @@
|
|||||||
|
'use strict';
|
||||||
|
|
||||||
exports.up = function (db, cb) {
|
exports.up = function (db, cb) {
|
||||||
db.runSql(
|
db.runSql(
|
||||||
`INSERT INTO settings(name, content) VALUES ('notifications_retention', '{"hours": 720}')`,
|
`INSERT INTO settings(name, content) VALUES ('notifications_retention', '{"hours": 720}')`,
|
||||||
|
Loading…
Reference in New Issue
Block a user