File: 4.1.0_to_4.2.0_schema.pgsql.sql

package info (click to toggle)
pdns 5.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 10,824 kB
  • sloc: cpp: 101,240; sh: 5,616; makefile: 2,318; sql: 860; ansic: 675; python: 635; yacc: 245; perl: 161; lex: 131
file content (2 lines) | stat: -rw-r--r-- 170 bytes parent folder | download | duplicates (4)
1
2
ALTER TABLE records DROP COLUMN change_date;
ALTER TABLE domains ALTER notified_serial TYPE bigint USING CASE WHEN notified_serial >= 0 THEN notified_serial::bigint END;