Merge branch 'maint/7.0'
[ninja.git] / sql / mysql / scheduled_reports_v8_to_v9.sql
blob46440f5acfbe76ff3e5144a4fc85351794134096
1 ALTER TABLE scheduled_reports CHANGE local_persistent_filepath VARCHAR(200) NOT NULL DEFAULT '';
2 UPDATE scheduled_reports SET local_persistent_filepath = '' WHERE local_persistent_filepath IS NULL;