6 lines
236 B
SQL
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
|