Merge remote-tracking branch 'origin/pycurl' into planetlab-4_0-branch
[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;