From c6560df1c30e1481dbaca2f2b3edf11d7cf7dfa3 Mon Sep 17 00:00:00 2001 From: zhaobing Date: Mon, 26 Jun 2023 16:46:55 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E4=BF=AE=E6=94=B9sql=E5=88=9B=E8=A1=A8?= =?UTF-8?q?=E8=84=9A=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/0.27/schema/create_equipment_maintenance_record.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/0.27/schema/create_equipment_maintenance_record.sql b/script/0.27/schema/create_equipment_maintenance_record.sql index 6d7ff6d..e7f1ffa 100644 --- a/script/0.27/schema/create_equipment_maintenance_record.sql +++ b/script/0.27/schema/create_equipment_maintenance_record.sql @@ -1,4 +1,4 @@ -drop table if exists table equipment_maintenance_record; +drop table if exists equipment_maintenance_record; create table equipment_maintenance_record ( id serial