Skip to content

Commit

Permalink
STAT-256: Error on tomcat startup on Oracle
Browse files Browse the repository at this point in the history
git-svn-id: https://source.sakaiproject.org/svn/sitestats/trunk@83029 66ffb92e-73f9-0310-93c1-f5514f145a0a
  • Loading branch information
nfgrilo committed Sep 30, 2010
1 parent 8f3a35f commit 5c7e57a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<column name="USER_ID" length="99" not-null="true" index="SST_PRESENCE_SITEUSERDATE_ID_IX" />
</property>
<property name="date" type="date" not-null="true" index="SST_PRESENCE_DATE_IX">
<column name="DATE" not-null="true" index="SST_PRESENCE_SITEUSERDATE_ID_IX" />
<column name="`DATE`" not-null="true" index="SST_PRESENCE_SITEUSERDATE_ID_IX" />
</property>
<property name="duration" type="long" not-null="true">
<column name="DURATION" not-null="true" default="0" />
Expand Down

0 comments on commit 5c7e57a

Please sign in to comment.