expand cron argument column to 2048

This commit is contained in:
Robin Appelman 2015-02-17 16:49:45 +01:00
parent 74ae7b8929
commit 6fc0eb0236
2 changed files with 2 additions and 2 deletions

View File

@ -979,7 +979,7 @@
<type>text</type>
<default></default>
<notnull>true</notnull>
<length>256</length>
<length>2048</length>
</field>
<field>

View File

@ -23,7 +23,7 @@
// We only can count up. The 4. digit is only for the internal patchlevel to trigger DB upgrades
// between betas, final and RCs. This is _not_ the public version number. Reset minor/patchlevel
// when updating major/minor version number.
$OC_Version=array(8, 0, 0, 9);
$OC_Version=array(8, 0, 0, 10);
// The human readable string
$OC_VersionString='8.0';