3 lines
106 B
SQL
3 lines
106 B
SQL
drop table if exists lens_selections;
|
|
drop table if exists lenses;
|
|
drop type if exists lens_display_type;
|