PHP Classes

File: SQL File

Recommend this page to a friend!
  Packages of Matthew Asham   Binkterm PHP   database/migrations/v20260515041402_add_autoadd_config_to_packet_bbs_nodes.sql   Download  
File: database/migrations/v20260515041402_add_autoadd_config_to_packet_bbs_nodes.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: 396 bytes
 

Contents

Class file image Download
-- Migration: 20260515041402 - add_autoadd_config_to_packet_bbs_nodes -- Add autoadd_config bitmask to bridge nodes so the admin can view and set -- the auto-add contact policy on the MeshCore device from the admin panel. -- NULL means the config is not yet known (never read from or written to device). ALTER TABLE packet_bbs_nodes ADD COLUMN IF NOT EXISTS autoadd_config SMALLINT DEFAULT NULL;