Refine scada tables
This commit is contained in:
3
script/sql/drop/29.scada_device.sql
Normal file
3
script/sql/drop/29.scada_device.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
drop table if exists scada_device;
|
||||
|
||||
drop type if exists scada_device_type;
|
||||
@@ -1,5 +0,0 @@
|
||||
drop table if exists scada_model;
|
||||
|
||||
drop type if exists scada_status;
|
||||
|
||||
drop type if exists scada_type;
|
||||
@@ -1 +0,0 @@
|
||||
drop table if exists scada_data;
|
||||
1
script/sql/drop/30.scada_device_data.sql
Normal file
1
script/sql/drop/30.scada_device_data.sql
Normal file
@@ -0,0 +1 @@
|
||||
drop table if exists scada_device_data;
|
||||
3
script/sql/drop/31.scada_element.sql
Normal file
3
script/sql/drop/31.scada_element.sql
Normal file
@@ -0,0 +1,3 @@
|
||||
drop table if exists scada_element;
|
||||
|
||||
drop type if exists scada_element_status;
|
||||
Reference in New Issue
Block a user