source: LATMOS-Accounts/sqldata/up_to_3.sql @ 863

Last change on this file since 863 was 863, checked in by nanardon, 13 years ago
  • support IPv6 adresses
  • Property svn:keywords set to Id
File size: 245 bytes
Line 
1begin;
2    ALTER TABLE nethost_attributes_ips DROP CONSTRAINT nethost_is_single_ip;
3    DROP TRIGGER check_zone_name_unity_tg ON nethost;
4    DROP TRIGGER check_zone_name_unity_tg ON netzone;
5    DROP FUNCTION check_zone_name_unity();
6rollback;
Note: See TracBrowser for help on using the repository browser.