Branch 5.0 for module PLCAPI created from tag PLCAPI-4.2-8
[plcapi.git] / migrations / 009-down-pcu-types.sql
1 --
2 -- 009 revert
3 --
4
5 DROP VIEW view_pcu_types;
6
7 DROP VIEW pcu_type_ports;
8
9 DROP TABLE pcu_type_port;
10
11 DROP TABLE pcu_types; 
12
13 UPDATE plc_db_version SET subversion = 7;