PHP Classes

File: SQL File

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

Contents

Class file image Download
-- Add is_local flag to echoareas for local-only message areas ALTER TABLE echoareas ADD COLUMN IF NOT EXISTS is_local BOOLEAN DEFAULT FALSE; COMMENT ON COLUMN echoareas.is_local IS 'If TRUE, messages are not transmitted to uplinks (local-only area)';