add now features

This commit is contained in:
Matthias Hochmeister
2026-03-01 11:50:27 +01:00
parent 73ab6cea07
commit 681acd8203
25 changed files with 1518 additions and 4 deletions

View File

@@ -0,0 +1,6 @@
-- Migration 013: Add Nextcloud credentials to users
-- Stores per-user Nextcloud login name and app password for Nextcloud API access.
ALTER TABLE users
ADD COLUMN IF NOT EXISTS nextcloud_login_name VARCHAR(255),
ADD COLUMN IF NOT EXISTS nextcloud_app_password TEXT;