PHP Classes

File: SQL File

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

Contents

Class file image Download
-- Migration: 1.11.0.26 - Drop ISO auto-mount columns -- ISO mounting is now handled manually by the sysop; these columns are no longer used. ALTER TABLE file_areas DROP COLUMN IF EXISTS iso_mount_status; ALTER TABLE file_areas DROP COLUMN IF EXISTS iso_mount_error; ALTER TABLE file_areas DROP COLUMN IF EXISTS iso_file_path;