Skip to content

Commit

Permalink
Fix priority ranks in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bbannon committed Jul 30, 2024
1 parent c730f8e commit 8fe44fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/sql/tables-mysql.sql
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ CREATE TABLE webcal_entry (
cal_due_date INT DEFAULT NULL,
/* Task due time */
cal_due_time INT DEFAULT NULL,
/* event priority: 1=Low, 2=Med, 3=High */
/* event priority: 1=High, 5=Med, 3=Low */
cal_priority INT DEFAULT 5,
/* 'E' = Event, 'M' = Repeating event, 'T' = Task */
cal_type CHAR(1) DEFAULT 'E',
Expand Down

0 comments on commit 8fe44fb

Please sign in to comment.