Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
frandominguezl committed May 22, 2024
1 parent fa2ca06 commit 464aaf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion other/upgrade_3-0_PostgreSQL.sql
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ ALTER TABLE {$db_prefix}calendar
ADD COLUMN IF NOT EXISTS duration varchar(32) NOT NULL DEFAULT '',
ADD COLUMN IF NOT EXISTS rrule varchar(1024) NOT NULL DEFAULT 'FREQ=YEARLY;COUNT=1',
ADD COLUMN IF NOT EXISTS rdates text NOT NULL,
ADD COLUMN IF NOT EXISTS exdates text NOT NULL DEFAULT '';,
ADD COLUMN IF NOT EXISTS exdates text NOT NULL DEFAULT '',
ADD COLUMN IF NOT EXISTS adjustments jsonb DEFAULT NULL,
ADD COLUMN IF NOT EXISTS sequence smallint NOT NULL DEFAULT '0',
ADD COLUMN IF NOT EXISTS uid varchar(255) NOT NULL DEFAULT '',
Expand Down

0 comments on commit 464aaf7

Please sign in to comment.