owpengram-server/deploy/migrations/20260714003064_star_gift_craft_capability.down.sql
2026-07-21 00:18:12 +03:00

4 lines
246 B
SQL

-- This migration repairs invalid persisted capabilities and intentionally does
-- not restore them on downgrade: advertising Craft without an official crafted
-- model would reintroduce a user-visible operation that can never succeed.
SELECT 1;