Public: stacked before/after and editable welcome text; admin media/comments mode polish

This commit is contained in:
Alex Assistant
2026-02-20 15:08:13 +03:00
parent f97064ab8b
commit 0e357c0e42
4 changed files with 43 additions and 3 deletions
+5
View File
@@ -0,0 +1,5 @@
CREATE TABLE IF NOT EXISTS site_settings (
`key` VARCHAR(191) PRIMARY KEY,
`value` TEXT NULL,
updated_at TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;