phonograph/interim-models/migrations/20250528233517_lenses.down.sql

4 lines
106 B
MySQL
Raw Normal View History

2025-07-08 14:37:03 -07:00
drop table if exists lens_selections;
drop table if exists lenses;
drop type if exists lens_display_type;