From c61a740725ee980c3d118a6837e4239c1f33cab3 Mon Sep 17 00:00:00 2001 From: Tola Leng Date: Sat, 13 Sep 2025 22:24:37 +0700 Subject: [PATCH] feat: Add schema database update for release v1.6.0 - Applied new database schema updates. - Ensured compatibility with data retention service and notification features. - Keeps database in sync with new features introduced in v1.6.0. --- .../public/upload/data/pb_schema_latest.json | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/application/public/upload/data/pb_schema_latest.json b/application/public/upload/data/pb_schema_latest.json index 6db52b0..59edbfc 100644 --- a/application/public/upload/data/pb_schema_latest.json +++ b/application/public/upload/data/pb_schema_latest.json @@ -154,7 +154,8 @@ "email", "ntfy", "pushover", - "notifiarr" + "notifiarr", + "gotify" ] }, { @@ -339,6 +340,20 @@ "system": false, "type": "text" }, + { + "autogeneratePattern": "", + "hidden": false, + "id": "text3401535476", + "max": 0, + "min": 0, + "name": "server_url", + "pattern": "", + "presentable": false, + "primaryKey": false, + "required": false, + "system": false, + "type": "text" + }, { "hidden": false, "id": "autodate2990389176", @@ -5643,4 +5658,4 @@ "indexes": [], "system": false } -] +] \ No newline at end of file