add now features
This commit is contained in:
@@ -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;
|
||||
Reference in New Issue
Block a user