summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorBernhard Posselt <nukeawhale@gmail.com>2013-09-15 22:39:15 +0200
committerBernhard Posselt <nukeawhale@gmail.com>2013-09-15 22:39:39 +0200
commit47546ea64ff2c6b0ceec3ad6d9f1d9adf454a3f5 (patch)
tree5ee299380a4f57d3c6c2d95a6f97bbcf194b195f /appinfo
parentf0b45e5c15415886ba739d27360f93b061366e87 (diff)
remove unsigned form articles_per_update which causes problems on mysql
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/database.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index 9b04e9c84..b574369a9 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -118,7 +118,6 @@
<type>integer</type>
<default>0</default>
<notnull>true</notnull>
- <unsigned>true</unsigned>
</field>
<field>
<name>deleted_at</name>