soroban-abacus-flashcards/apps/web/drizzle/0053_premium_expediter.sql

4 lines
207 B
SQL

-- Custom SQL migration file, put your code below! --
-- Add rotation column to practice_attachments for persisting image rotation
ALTER TABLE `practice_attachments` ADD COLUMN `rotation` integer DEFAULT 0;