summaryrefslogtreecommitdiffstats
path: root/appinfo
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2013-09-22 15:09:14 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2013-09-22 15:09:22 +0200
commit2f651f709db1c41a6b1d4a3fc12df15d6b19e577 (patch)
treec70d46102d59b1c85575dce32fad920f7c33e432 /appinfo
parent7d7511714d370268feccef0681a8d89777b38978 (diff)
64bit integers for everyone
Diffstat (limited to 'appinfo')
-rw-r--r--appinfo/database.xml13
-rw-r--r--appinfo/info.xml2
-rw-r--r--appinfo/version2
3 files changed, 15 insertions, 2 deletions
diff --git a/appinfo/database.xml b/appinfo/database.xml
index b574369a9..b60e4339a 100644
--- a/appinfo/database.xml
+++ b/appinfo/database.xml
@@ -13,10 +13,12 @@
<autoincrement>true</autoincrement>
<unsigned>true</unsigned>
<primary>true</primary>
+ <length>8</length>
</field>
<field>
<name>parent_id</name>
<type>integer</type>
+ <length>8</length>
<notnull>false</notnull>
</field>
<field>
@@ -41,6 +43,7 @@
<field>
<name>deleted_at</name>
<type>integer</type>
+ <length>8</length>
<default>0</default>
<notnull>false</notnull>
<unsigned>true</unsigned>
@@ -71,6 +74,7 @@
<notnull>true</notnull>
<autoincrement>true</autoincrement>
<primary>true</primary>
+ <length>8</length>
<unsigned>true</unsigned>
</field>
<field>
@@ -110,6 +114,7 @@
<name>added</name>
<type>integer</type>
<default></default>
+ <length>8</length>
<notnull>false</notnull>
<unsigned>true</unsigned>
</field>
@@ -117,6 +122,7 @@
<name>articles_per_update</name>
<type>integer</type>
<default>0</default>
+ <length>8</length>
<notnull>true</notnull>
</field>
<field>
@@ -124,11 +130,13 @@
<type>integer</type>
<default>0</default>
<notnull>false</notnull>
+ <length>8</length>
<unsigned>true</unsigned>
</field>
<field>
<name>folder_id</name>
<type>integer</type>
+ <length>8</length>
<notnull>true</notnull>
</field>
<field>
@@ -167,6 +175,7 @@
<field>
<name>id</name>
<type>integer</type>
+ <length>8</length>
<notnull>true</notnull>
<autoincrement>true</autoincrement>
<primary>true</primary>
@@ -199,6 +208,7 @@
<field>
<name>pub_date</name>
<type>integer</type>
+ <length>8</length>
<unsigned>true</unsigned>
<notnull>false</notnull>
</field>
@@ -220,16 +230,19 @@
<field>
<name>feed_id</name>
<type>integer</type>
+ <length>8</length>
<notnull>true</notnull>
</field>
<field>
<name>status</name>
<type>integer</type>
+ <length>8</length>
</field>
<field>
<name>last_modified</name>
<type>integer</type>
<default></default>
+ <length>8</length>
<notnull>false</notnull>
<unsigned>true</unsigned>
</field>
diff --git a/appinfo/info.xml b/appinfo/info.xml
index d1b69d89a..121cc7b69 100644
--- a/appinfo/info.xml
+++ b/appinfo/info.xml
@@ -5,6 +5,6 @@
<description>An RSS/Atom feed reader. Requires the App Framework app and backgroundjobs need to be enabled. See the README.rst in the apps top directory</description>
<licence>AGPL</licence>
<author>Alessandro Cosentino, Bernhard Posselt, Jan-Christoph Borchardt. Powered by SimplePie (Ryan Parman, Geoffrey Sneddon, Ryan McCue and contributors).</author>
- <version>1.603</version>
+ <version>1.604</version>
<require>5.0.6</require>
</info>
diff --git a/appinfo/version b/appinfo/version
index 86def1b20..b83cfd46a 100644
--- a/appinfo/version
+++ b/appinfo/version
@@ -1 +1 @@
-1.603 \ No newline at end of file
+1.604 \ No newline at end of file