Sync telesrv b96f2dd (feat(bot): complete keyboards callbacks and durable delivery). Skipped private docs and preserved public README files per sync rules; normalized the appearance seed log label for public naming.
4 lines
192 B
SQL
4 lines
192 B
SQL
ALTER TABLE public.bot_api_update_states
|
|
DROP CONSTRAINT IF EXISTS bot_api_update_states_poll_lease_check,
|
|
DROP COLUMN IF EXISTS poll_expires_at,
|
|
DROP COLUMN IF EXISTS poll_owner;
|