PHP Classes

File: SQL File

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

Contents

Class file image Download
-- Migration: 1.10.16 - Native Linux Door Support -- Adds door_type column to dosbox_doors and door_sessions tables -- to differentiate between DOS (DOSBox/DOSEMU) and native Linux doors ALTER TABLE dosbox_doors ADD COLUMN IF NOT EXISTS door_type VARCHAR(20) NOT NULL DEFAULT 'dos'; ALTER TABLE door_sessions ADD COLUMN IF NOT EXISTS door_type VARCHAR(20) NOT NULL DEFAULT 'dos';