Skip to content

Commit

Permalink
Fix: Add not-null to ProgramStage.hbm to enable validation in API (#9828
Browse files Browse the repository at this point in the history
)

Co-authored-by: Stian Michael Vedvik Sandvold <[email protected]>
  • Loading branch information
stian-sandvold and Stian Michael Vedvik Sandvold authored Feb 18, 2022
1 parent bd9c8b0 commit 072931b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</id>
&identifiableProperties;

<property name="name" column="name" length="230" />
<property name="name" column="name" not-null="true" length="230" />

<property name="description" type="text" />

Expand Down

0 comments on commit 072931b

Please sign in to comment.