tetratto/manual_migrations/channels_last_message.sql

2 lines
74 B
SQL

ALTER TABLE channels
ADD COLUMN last_message BIGINT NOT NULL DEFAULT '0';