12 lines
217 B
SQL
12 lines
217 B
SQL
-- [PUMPS]
|
|
|
|
drop table if exists pumps_property_pattern;
|
|
|
|
drop table if exists pumps_property_head;
|
|
|
|
drop table if exists pumps_property_speed;
|
|
|
|
drop table if exists pumps_property_power;
|
|
|
|
drop table if exists pumps;
|