Hi,
So I checked our schema and the XDD_ID field is the primary key for the Deleted Documents
table:
<class name="com.xpn.xwiki.doc.XWikiDeletedDocument"
table="xwikirecyclebin" mutable="false">
<id name="id" column="XDD_ID">
<generator class="native" />
</id>
This definition has not changed since forever so the problem is elsewhere.
Since that id is generated I don’t see how it cannot have a default value….
Now is it possible that you have enabled the STRICT_TRANS_TABLES mode for your mysql
instance (see
http://stackoverflow.com/questions/15438840/mysql-error-1364-field-doesnt-h…
What version of mysql are you running?
Thanks
-Vincent
On 20 Oct 2015 at 10:53:33, LA (l-aaldering@jazo.eu(mailto:l-aaldering@jazo.eu)) wrote:
No, we do not using the Filesystem Storage for
attachments.
--
View this message in context:
http://xwiki.475771.n2.nabble.com/Delete-page-Error-number-0-in-3-Exception…
Sent from the XWiki- Users mailing list archive at
Nabble.com.