owpengram-server/deploy/migrations/0033_app_config_quote_length.down.sql
2026-06-04 01:37:39 +08:00

7 lines
178 B
SQL

-- 0033_app_config_quote_length rollback.
UPDATE app_configs
SET hash = 2,
config_json = config_json - 'quote_length_max',
updated_at = now()
WHERE client = 'tdesktop';