Skip to content

Commit

Permalink
Added back version
Browse files Browse the repository at this point in the history
  • Loading branch information
craigk5n committed Sep 7, 2023
1 parent c3adf41 commit 4afd03d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions install/sql/upgrade-mysql.sql
Original file line number Diff line number Diff line change
Expand Up @@ -270,4 +270,5 @@ ALTER TABLE webcal_user MODIFY cal_passwd VARCHAR(255);
/*upgrade_v1.9.5*/
update webcal_entry_categories SET cat_owner = '' WHERE cat_owner IS NULL;
ALTER TABLE webcal_entry_categories ADD PRIMARY KEY (cal_id, cat_id, cat_order, cat_owner);
/*upgrade_v1.9.6*/
/*upgrade_v1.9.7*/

0 comments on commit 4afd03d

Please sign in to comment.