PHP Classes

File: SQL File

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

Contents

Class file image Download
-- Migration: 1.11.0.5 - Add is_local flag to bbs_directory -- Entries marked is_local=TRUE are protected from automated updates -- (robot processors, import scripts) and may only be edited via the admin UI. ALTER TABLE bbs_directory ADD COLUMN IF NOT EXISTS is_local BOOLEAN NOT NULL DEFAULT FALSE;