File: pg_cron--1.0--1.1.sql

package info (click to toggle)
pg-cron 1.6.7-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 364 kB
  • sloc: ansic: 3,672; sql: 213; makefile: 28; sh: 27
file content (3 lines) | stat: -rw-r--r-- 101 bytes parent folder | download | duplicates (5)
1
2
3
/* pg_cron--1.0--1.1.sql */

ALTER TABLE cron.job ADD COLUMN active boolean not null default 'true';