Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
6fc0eb02
Commit
6fc0eb02
authored
Feb 17, 2015
by
Robin Appelman
Browse files
expand cron argument column to 2048
parent
74ae7b89
Changes
2
Hide whitespace changes
Inline
Side-by-side
db_structure.xml
View file @
6fc0eb02
...
...
@@ -979,7 +979,7 @@
<type>
text
</type>
<default></default>
<notnull>
true
</notnull>
<length>
2
56
</length>
<length>
2
048
</length>
</field>
<field>
...
...
version.php
View file @
6fc0eb02
...
...
@@ -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'
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment