Initial commit MKD fixes

This commit is contained in:
Arsen
2026-02-04 00:17:04 +05:00
commit de94ad707b
312 changed files with 138754 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
-- Добавить поле для изображения в pr_scheduled_posts
ALTER TABLE pr_scheduled_posts ADD COLUMN IF NOT EXISTS image_url TEXT;
COMMENT ON COLUMN pr_scheduled_posts.image_url IS 'URL изображения для поста';