Initial commit MKD fixes
This commit is contained in:
4
backend/migrations/add_image_to_scheduled_posts.sql
Executable file
4
backend/migrations/add_image_to_scheduled_posts.sql
Executable 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 изображения для поста';
|
||||
Reference in New Issue
Block a user