Skip to content

Commit

Permalink
Merge pull request #1317 from perguth/patch-1
Browse files Browse the repository at this point in the history
Update pgsql.calendars.sql
  • Loading branch information
phil-davis authored Nov 16, 2021
2 parents 71bbf40 + 7fc2720 commit ba97a9f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/sql/pgsql.calendars.sql
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,6 @@ CREATE TABLE schedulingobjects (
etag VARCHAR(32),
size INTEGER NOT NULL
);

ALTER TABLE ONLY schedulingobjects
ADD CONSTRAINT schedulingobjects_pkey PRIMARY KEY (id);

0 comments on commit ba97a9f

Please sign in to comment.