Fix DB schema files location with Module::Build
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
BEGIN;
|
||||
|
||||
ALTER TABLE device_port_vlan DROP CONSTRAINT device_port_vlan_pkey;
|
||||
|
||||
ALTER TABLE device_port_vlan ADD PRIMARY KEY (ip, port, vlan, native);
|
||||
|
||||
COMMIT;
|
||||
Reference in New Issue
Block a user