diff --git a/src/main/resources/db/changelog/changes/20240527_01_cyril/01_update_task.sql b/src/main/resources/db/changelog/changes/20240527_01_cyril/01_update_task.sql new file mode 100644 index 0000000..ddfd700 --- /dev/null +++ b/src/main/resources/db/changelog/changes/20240527_01_cyril/01_update_task.sql @@ -0,0 +1,123 @@ +-- liquibase formatted sql +-- changeset cyril:task + +UPDATE task +SET name='1.1 Prepare / revise Cost Estimate / Cost Plan' +WHERE id=1; +UPDATE task +SET name='1.2 Cost estimation and cost studies' +WHERE id=2; +UPDATE task +SET name='1.3 Cash flow forecast' +WHERE id=3; +UPDATE task +SET name='1.4 Attend meetings' +WHERE id=4; +UPDATE task +SET name='2.1 Advise on tendering, contractual and procurement arrangement',taskGroupId=2 +WHERE id=5; +UPDATE task +SET name='2.2 Drafting / vetting front-part' +WHERE id=6; +UPDATE task +SET name='2.3 Carry out pre-qualification exercise / EOI' +WHERE id=7; +UPDATE task +SET name='2.4 Measurement & billing for 1st tender out' +WHERE id=8; +UPDATE task +SET name='2.5 Measurement & billing for tender addendum' +WHERE id=9; +UPDATE task +SET name='2.6 Bulk checking' +WHERE id=10; +UPDATE task +SET name='2.7 Edit tender documents (Incl. Bills of Quantities / SOR)' +WHERE id=11; +UPDATE task +SET name='2.8 Preparation of pre-tender estimates' +WHERE id=12; +UPDATE task +SET name='2.9 Update cash flow forecast' +WHERE id=13; +UPDATE task +SET name='2.10 Attend meetings' +WHERE id=14; +UPDATE task +SET name='3.1 Evaluation of tenders (incl. rate analysis)',taskGroupId=3 +WHERE id=15; +UPDATE task +SET name='3.2 Preparation of tender queries',taskGroupId=3 +WHERE id=16; +UPDATE task +SET name='3.3 Attend tender interviews' +WHERE id=17; +UPDATE task +SET name='3.4 Preparation of Report on Tenderers' +WHERE id=18; +UPDATE task +SET name='3.5 Draft Letter of Acceptance / Award' +WHERE id=19; +UPDATE task +SET name='3.6 Preparation of Contract Documents' +WHERE id=20; +UPDATE task +SET name='4.1 Check insurance policies, surety bond, guarantee, etc.',taskGroupId=4 +WHERE id=21; +UPDATE task +SET name='4.2 Valuation for interim/final payments (incl. site visits)',taskGroupId=4 +WHERE id=22; +UPDATE task +SET name='4.3 Preparation of financial statements (incl. cash flow forecasts)',taskGroupId=4 +WHERE id=23; +UPDATE task +SET name='4.4 Cost check / advice on alterative design solutions' +WHERE id=24; +UPDATE task +SET name='4.5 Cost estimation for draft AIs/EIs/SIs' +WHERE id=25; +UPDATE task +SET name='4.6 Advise on contractual issues & evaluate monetary claims' +WHERE id=26; +UPDATE task +SET name='4.7 Measurement & valuation of variations / prime cost & provisional sums' +WHERE id=27; +UPDATE task +SET name='4.8 Negotiation and settlement of final accounts (incl. meetings)' +WHERE id=28; +UPDATE task +SET name='4.9 Preparation of Statement of Final Account' +WHERE id=29; +UPDATE task +SET name='4.10 Preparation of Cost Analysis for the completed project' +WHERE id=30; +UPDATE task +SET name='4.11 Check / review draft final bills' +WHERE id=31; +UPDATE task +SET name='4.12 Carry out site check for draft final bills' +WHERE id=32; +UPDATE task +SET name='4.13 Attend meetings (other than final account meetings)' +WHERE id=33; +UPDATE task +SET name='5.1 Preparation of Fee Proposal / EOI',taskGroupId=5 +WHERE id=34; +UPDATE task +SET name='5.2 Attend Management Meeting / Management Workshop',taskGroupId=5 +WHERE id=35; +UPDATE task +SET name='5.3 Preparation of project budget i.e. manhours vs fee receivables',taskGroupId=5 +WHERE id=36; +UPDATE task +SET name='5.4 Attend Local / International Conference / Seminar / Webinar' +WHERE id=37; +UPDATE task +SET name='5.5 Preparing supplementary agreements (SA)' +WHERE id=38; +UPDATE task +SET name='5.6 Measurement / ad hoc tasks for Contractor' +WHERE id=39; +UPDATE task +SET name='5.7 Management Timesheet Allocation' +WHERE id=40; \ No newline at end of file