PHP Classes

File: SQL File

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

Contents

Class file image Download
-- Add is_local flag to mrc_users -- Distinguishes users connected through our own BBS (webdoor sessions) -- from foreign users seen in room USERLIST responses. -- Only local users should receive periodic IAMHERE keepalives. ALTER TABLE mrc_users ADD COLUMN IF NOT EXISTS is_local BOOLEAN NOT NULL DEFAULT false;