annotate plugins/calendar/drivers/kolab/SQL/mysql/2014082600.sql @ 42:db1e51c59ddc

various small fixes from upgrades to PHP and/or hangover from fix to apt-get overwrite at beginning of the year somehow
author Charlie Root
date Sun, 26 Jan 2025 13:12:28 -0500
parents f6fe4b6ae66a
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
3
f6fe4b6ae66a calendar plugin nearly as distributed
Charlie Root
parents:
diff changeset
1 ALTER TABLE `kolab_alarms` DROP PRIMARY KEY;
f6fe4b6ae66a calendar plugin nearly as distributed
Charlie Root
parents:
diff changeset
2 ALTER TABLE `kolab_alarms` ADD PRIMARY KEY (`alarm_id`, `user_id`);