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

2 lines
70 B
SQL

ALTER TABLE crossposts ADD COLUMN owner_id BIGINT NOT NULL DEFAULT 0;