PHP Classes

File: SQL File

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

Contents

Class file image Download
-- Add sysop-only flag to echoareas ALTER TABLE echoareas ADD COLUMN IF NOT EXISTS is_sysop_only BOOLEAN DEFAULT FALSE; COMMENT ON COLUMN echoareas.is_sysop_only IS 'If TRUE, echoarea is restricted to sysop/admin users only';