mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-05-06 19:19:19 +02:00
feat: extract MediaController, wire into Dispatcher, delete media.php
This commit is contained in:
8
app/storage/migrations/007_system_cache.sql
Normal file
8
app/storage/migrations/007_system_cache.sql
Normal file
@@ -0,0 +1,8 @@
|
||||
-- Migration 007: Add system_cache table for admin system page caching
|
||||
-- Stores JSON-encoded status snapshots keyed by section with a TTL mechanism.
|
||||
|
||||
CREATE TABLE IF NOT EXISTS system_cache (
|
||||
key TEXT PRIMARY KEY,
|
||||
value TEXT NOT NULL,
|
||||
updated_at INTEGER NOT NULL
|
||||
);
|
||||
Reference in New Issue
Block a user