SyncToday / synctoday2015

.NET Business Processes Automation Platform
http://sync.today
GNU Affero General Public License v3.0
9 stars 8 forks source link

use ReminderMinutesBeforeStart only #11

Open davidpodhola opened 9 years ago

davidpodhola commented 9 years ago

and upgrade database using script like

alter table [AdapterAppointments] add ReminderMinutesBeforeStart int not null default 15
alter table [Appointments] add ReminderMinutesBeforeStart int not null default 15
alter table [dbo].[ExchangeAppointments] drop column ReminderDueBy
alter table [dbo].[Appointments] drop column Reminder
alter table [dbo].[AdapterAppointments] drop column Reminder