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

4 lines
92 B
SQL

UPDATE sticker_sets
SET installed = true,
installed_date = 0
WHERE set_kind = 'system';