PHP Classes

File: SQL File

Recommend this page to a friend!
  Packages of Matthew Asham   Binkterm PHP   database/migrations/v1.11.0.80_packet_bbs_sessions_drop_node_fk.sql   Download  
File: database/migrations/v1.11.0.80_packet_bbs_sessions_drop_node_fk.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: 5 days ago
Size: 291 bytes
 

Contents

Class file image Download
-- Packet BBS sessions are keyed by the remote radio sender node ID. -- Those senders do not need to exist in packet_bbs_nodes, which stores -- registered bridge device nodes and their API keys. ALTER TABLE packet_bbs_sessions DROP CONSTRAINT IF EXISTS packet_bbs_sessions_node_id_fkey;