mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-06-26 00:29:18 +02:00
feat: PeerTube integration — alternate audio/video labels, FilePond pools, shared SMTP credentials, channel by name, test button, resumable upload, embed improvements, fix alt labels/curl_close/deprecation
This commit is contained in:
6
app/migrations/applied/029_peertube_labels.sql
Normal file
6
app/migrations/applied/029_peertube_labels.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
-- Migration 029: PeerTube alternate labels
|
||||
-- Adds peertube_video_label and peertube_audio_label columns to peertube_settings.
|
||||
-- These override the default "Vidéo" / "Audio" format labels when PeerTube is active.
|
||||
|
||||
ALTER TABLE peertube_settings ADD COLUMN peertube_video_label TEXT NOT NULL DEFAULT '';
|
||||
ALTER TABLE peertube_settings ADD COLUMN peertube_audio_label TEXT NOT NULL DEFAULT '';
|
||||
Reference in New Issue
Block a user