phonograph/interim-models/migrations/20250528233517_lenses.down.sql
2025-07-08 14:37:03 -07:00

3 lines
106 B
SQL

drop table if exists lens_selections;
drop table if exists lenses;
drop type if exists lens_display_type;