PHP Classes

File: SQL File

Recommend this page to a friend!
  Packages of Matthew Asham   Binkterm PHP   database/migrations/v20260511213000_chat_room_matterbridge.sql   Download  
File: database/migrations/v20260511213000_chat_room_matterbridge.sql
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Binkterm PHP
Bulletin board system based on the Web
Author: By
Last change:
Date: 1 month ago
Size: 395 bytes
 

Contents

Class file image Download
-- Migration: v20260511213000_chat_room_matterbridge.sql -- Description: Add Matterbridge metadata to local chat rooms -- Date: 2026-05-11 ALTER TABLE chat_rooms ADD COLUMN IF NOT EXISTS matterbridge_enabled BOOLEAN NOT NULL DEFAULT FALSE, ADD COLUMN IF NOT EXISTS matterbridge_gateway VARCHAR(100), ADD COLUMN IF NOT EXISTS matterbridge_options JSONB NOT NULL DEFAULT '{}'::jsonb;