Files
bodyshop/hasura/migrations/1736532890968_notifications_json_empty/up.sql
2025-01-13 07:27:10 -08:00

4 lines
133 B
SQL

update notifications set meta = '{}';
update notifications set fcm_data = '{}';
update notifications set ui_translation_meta = '{}';