Skip to content

Commit

Permalink
SAK-26230 create the CALENDAR_OPAQUEURL table
Browse files Browse the repository at this point in the history
git-svn-id: https://source.sakaiproject.org/svn/calendar/trunk@309627 66ffb92e-73f9-0310-93c1-f5514f145a0a
  • Loading branch information
ottenhoff committed May 19, 2014
1 parent e3d0000 commit fc165fb
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
<!-- <cache usage="read-write"/> -->
<!-- create the primary key id -->
<id name="opaqueUUID" type="string">
<column name="ID" />
<column name="ID" length="36" />
</id>
<property name="userUUID" type="string" length="64"
<property name="userUUID" type="string" length="99"
index="calendar_opaqueurl_idx" />
<property name="calendarRef" type="string" length="64"
<property name="calendarRef" type="string" length="99"
index="calendar_opaqueurl_idx" />
</class>
</hibernate-mapping>

0 comments on commit fc165fb

Please sign in to comment.