Files
2026-01-12 03:02:45 +00:00

6 lines
236 B
SQL

-- Undo the add_item_images migration
-- Note: SQLite doesn't support DROP COLUMN in ALTER TABLE
-- The icon columns will remain but can be set to NULL
-- To truly revert, you would need to recreate the table without the image columns