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
176 B
SQL
4 lines
176 B
SQL
ALTER TABLE public.webview_requested_buttons
|
|
DROP COLUMN IF EXISTS photo_requested,
|
|
DROP COLUMN IF EXISTS username_requested,
|
|
DROP COLUMN IF EXISTS name_requested;
|