Skip to content
This repository has been archived by the owner on Feb 7, 2025. It is now read-only.

Commit

Permalink
Merge pull request #83 from DEFRA/272421-Add-new-funding-codes-for-SF…
Browse files Browse the repository at this point in the history
…I-commons

272421 add new funding codes for sfi commons
  • Loading branch information
GodsonLeigh authored Dec 13, 2023
2 parents 571961a + 1ebac7e commit a009fee
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 3 deletions.
20 changes: 20 additions & 0 deletions changelog/db.changelog-1.28.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.1" encoding="UTF-8" standalone="no"?>
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog" xmlns:ext="http://www.liquibase.org/xml/ns/dbchangelog-ext" xmlns:pro="http://www.liquibase.org/xml/ns/pro" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog-ext http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-ext.xsd http://www.liquibase.org/xml/ns/pro http://www.liquibase.org/xml/ns/pro/liquibase-pro-3.9.xsd http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.9.xsd">
<changeSet author="Leigh Godson" id="1">
<tagDatabase tag="v1.28.0" />
</changeSet>
<changeSet author="Leigh Godson" id="2">
<insert tableName="fundingOptions">
<column name="fundingCode" value="80226" />
<column name="name" value="SFI Common Actions for moorland (MOR1)" />
</insert>
<insert tableName="fundingOptions">
<column name="fundingCode" value="80227" />
<column name="name" value="SFI Common Actions for moorland (MOR1A)" />
</insert>
<insert tableName="fundingOptions">
<column name="fundingCode" value="80285" />
<column name="name" value="SFI Group Entity Payment" />
</insert>
</changeSet>
</databaseChangeLog>
1 change: 1 addition & 0 deletions changelog/db.changelog.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,5 @@
<include file="changelog/db.changelog-1.25.xml"/>
<include file="changelog/db.changelog-1.26.xml"/>
<include file="changelog/db.changelog-1.27.xml"/>
<include file="changelog/db.changelog-1.28.xml"/>
</databaseChangeLog>
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ffc-pay-statement-constructor",
"version": "1.12.11",
"version": "1.12.12",
"description": "Data construction for statement generation",
"homepage": "https://github.com/DEFRA/ffc-pay-statement-constructor",
"main": "app/index.js",
Expand Down

0 comments on commit a009fee

Please sign in to comment.