Skip to content

Commit

Permalink
feature/MODELINKS-248 Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ShmElena committed Aug 23, 2024
1 parent 6e00dad commit b152c52
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
* Fix authority record update and `updatedByUserId` field assignment ([MODELINKS-219](https://issues.folio.org/browse/MODELINKS-219))
* Fix saving of Authority file with empty Base URL when another Authority file with empty Base URL already exists ([MODELINKS-216](https://issues.folio.org/browse/MODELINKS-216))
* Fix handling of authority heading type change update event ([MODELINKS-242](https://issues.folio.org/browse/MODELINKS-242))
* Extend authorities with additional fields for Advanced References Classification ([MODELINKS-248](https://issues.folio.org/browse/MODELINKS-248))

### Tech Dept
* Create custom Mockito verifies for Hibernate entities ([MODELINKS-209](https://issues.folio.org/browse/MODELINKS-209))
Expand Down
2 changes: 1 addition & 1 deletion descriptors/ModuleDescriptor-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@
},
{
"id": "authority-storage",
"version": "2.1",
"version": "2.2",
"handlers": [
{
"methods": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.18.xsd">

<changeSet id="add-additional-fields-to-authority-archive" author="Elena_Shmygaliova">
<changeSet id="MODELINKS-248@add-additional-fields-to-authority-archive" author="Elena_Shmygaliova">
<preConditions>
<tableExists tableName="authority_archive"/>
</preConditions>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog
http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-4.18.xsd">

<changeSet id="add-additional-fields-to-authority" author="Elena_Shmygaliova">
<changeSet id="MODELINKS-248@add-additional-fields-to-authority" author="Elena_Shmygaliova">
<preConditions>
<tableExists tableName="authority"/>
</preConditions>
Expand Down

0 comments on commit b152c52

Please sign in to comment.