Skip to content

Commit

Permalink
fix: set default value for new column in sso migrations (#2765)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anty0 authored Dec 10, 2024
1 parent 3f51d99 commit 46488b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/data/src/main/resources/db/changelog/schema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3904,7 +3904,7 @@
</changeSet>
<changeSet author="anty (generated)" id="1731342594097-2">
<addColumn tableName="organization_role">
<column name="managed" type="boolean">
<column name="managed" type="boolean" defaultValue="false">
<constraints nullable="false"/>
</column>
</addColumn>
Expand Down

0 comments on commit 46488b7

Please sign in to comment.