File tree Expand file tree Collapse file tree
worklenz-backend/database/sql Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -129,15 +129,15 @@ SELECT sys_insert_task_status_categories();
129129SELECT sys_insert_project_statuses();
130130SELECT sys_insert_project_healths();
131131SELECT sys_insert_license_types();
132- SELECT sys_insert_project_templates();
132+ -- SELECT sys_insert_project_templates();
133133
134134DROP FUNCTION sys_insert_task_priorities();
135135DROP FUNCTION sys_insert_project_access_levels();
136136DROP FUNCTION sys_insert_task_status_categories();
137137DROP FUNCTION sys_insert_project_statuses();
138138DROP FUNCTION sys_insert_project_healths();
139139DROP FUNCTION sys_insert_license_types();
140- DROP FUNCTION sys_insert_project_templates();
140+ -- DROP FUNCTION sys_insert_project_templates();
141141
142142INSERT INTO timezones (name, abbrev, utc_offset)
143143SELECT name, abbrev, utc_offset
You can’t perform that action at this time.
0 commit comments