PHP Classes

File: SQL File

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

Contents

Class file image Download
-- Migration: v1.11.0.46_drop_qwk_user_conference_map -- -- The QWK numbering model now uses canonical BBS-wide conference IDs stored -- on echoareas.qwk_conference_number. The temporary per-user mapping table is -- no longer used and can be dropped. DROP TABLE IF EXISTS qwk_user_conference_map;