From 78a098818f10e3d0e8b56a017eb1db4ed009beb5 Mon Sep 17 00:00:00 2001 From: "WQY\\qiong" Date: Sat, 22 Oct 2022 10:58:50 +0800 Subject: [PATCH] Refine pump schema --- script/sql/drop/6.pumps.sql | 8 -------- 1 file changed, 8 deletions(-) diff --git a/script/sql/drop/6.pumps.sql b/script/sql/drop/6.pumps.sql index 7d4aab1..9d646ff 100644 --- a/script/sql/drop/6.pumps.sql +++ b/script/sql/drop/6.pumps.sql @@ -1,11 +1,3 @@ -- [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;