We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6dacb1 commit 5da9a2dCopy full SHA for 5da9a2d
schema/pgsql/schema.sql
@@ -121,6 +121,7 @@ CREATE INDEX idx_contactgroup_member_changed_at ON contactgroup_member(changed_a
121
CREATE TABLE schedule (
122
id bigserial,
123
name citext NOT NULL,
124
+ timezone text NOT NULL, -- e.g. 'Europe/Berlin'
125
126
changed_at bigint NOT NULL,
127
deleted boolenum NOT NULL DEFAULT 'n',
0 commit comments