Change column notes in task_element to TEXT
Change column notes in task_element to TEXT in MySQL.
ALTER TABLE task_element MODIFY notes TEXT
Update work_report_type name from "Monthly timesheets" to "Personal
timehsheets"
name='Monthly timesheets'
Add personal_timesheets_periodicity column to configuration
Rename column monthly_timesheets_type_of_work_hours to
personal_timesheets_type_of_work_hours in configuration table
Add max_users and max_resources columns to configuration
Add columns first_timesheet_date and last_timesheet_date to
sum_charged_effort table
Add new column read_only with default value FALSE to advance_type
table.
Add new column finished with default value FALSE to
work_report_line table.
Add new column finished_timesheets with default value FALSE to
sum_charged_effort table.
Add new column updated_from_timesheets with default value FALSE to
task_element table.
Updating status values in order_table
state='6'
state='4'
state='3'
state='2'
state='1'
state='5'
state='0'
Drop unique constraint for code in order_element table
Add seconds_planning_warning column to configuration