File size: 229 Bytes
1e7a182
 
 
 
 
 
1
2
3
4
5
6
7
-- Align posts table with current Post model fields used by API
ALTER TABLE posts
  ADD COLUMN IF NOT EXISTS parse_mode TEXT;

ALTER TABLE posts
  ADD COLUMN IF NOT EXISTS show_caption_above_media BOOLEAN NOT NULL DEFAULT FALSE;