Skip to content

Commit

Permalink
SAK-38429 - New columns of SAK-33969 cause problems in Oracle 11 (sak…
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Pellicer authored and jonespm committed Apr 24, 2018
1 parent 75e5285 commit 2285bc7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
<column name="POST_FIRST" not-null="true" />
</property>
<property name="restrictPermissionsForGroups">
<column name="RESTRICT_PERMISSIONS_FOR_GROUPS" not-null="true" />
<column name="RESTRICT_PERMS_FOR_GROUPS" not-null="true" />
</property>
</subclass>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@
<column name="HOUR_BEFORE_RESPONSES_VISIBLE" length="10" not-null="false" />
</property>
<property name="restrictPermissionsForGroups">
<column name="RESTRICT_PERMISSIONS_FOR_GROUPS" not-null="true" />
<column name="RESTRICT_PERMS_FOR_GROUPS" not-null="true" />
</property>
<!--
<many-to-one name="dateRestrictions" column="DATE_RESTRICTIONS"
Expand Down

0 comments on commit 2285bc7

Please sign in to comment.