Files
max-telegram-bridge-bot/migrations/postgres/000013_crosspost_sync_edits.up.sql
T
2026-05-27 09:55:11 +09:00

2 lines
77 B
SQL

ALTER TABLE crossposts ADD COLUMN sync_edits BOOLEAN NOT NULL DEFAULT FALSE;