apskel-pos-backend/migrations/000059_add_image_to_game_prizes.down.sql

4 lines
89 B
MySQL
Raw Permalink Normal View History

2025-09-18 12:01:20 +07:00
-- Remove image field from game_prizes table
ALTER TABLE game_prizes
DROP COLUMN image;