1dbe9d2e39bbdaca6dd5a56a91fa7b57fd2e673e
[plcapi.git] / trunk / 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;