Skip to content

Commit

Permalink
Fixed xml syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jfkonecn committed Nov 25, 2024
1 parent 8e9de67 commit 19f9a01
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
<column name="description" type="varchar(255)">
<constraints nullable="true" />
</column>
<column name="enabled" type="boolean">
<constraints nullable="false" default="false"/>
<column name="enabled" type="boolean" defaultValueBoolean="false">
<constraints nullable="false"/>
</column>
<!-- jhipster-needle-liquibase-add-column - JHipster will add columns here -->
</createTable>
Expand Down

0 comments on commit 19f9a01

Please sign in to comment.