PHP Classes

File: SQL File

Recommend this page to a friend!
  Packages of Matthew Asham   Binkterm PHP   database/migrations/v20260506120000_rename_image_load_mode.sql   Download  
File: database/migrations/v20260506120000_rename_image_load_mode.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: 1 month ago
Size: 262 bytes
 

Contents

Class file image Download
-- Migration: rename image_load_mode -> media_render_mode in users_meta -- Backfills all existing rows to 'click' (new default: click to expand media) UPDATE users_meta SET keyname = 'media_render_mode', valname = 'click' WHERE keyname = 'image_load_mode';