diff options
author | friendica <info@friendica.com> | 2013-01-02 23:07:46 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-01-02 23:07:46 -0800 |
commit | 4c21abe533c6a5bcd87b453760c551fed109a79a (patch) | |
tree | 9d7cb530441fe6a3678c77244b8382066562743e /boot.php | |
parent | 32a97d5065efbcc6897ef7598343c6973114fff4 (diff) | |
download | volse-hubzilla-4c21abe533c6a5bcd87b453760c551fed109a79a.tar.gz volse-hubzilla-4c21abe533c6a5bcd87b453760c551fed109a79a.tar.bz2 volse-hubzilla-4c21abe533c6a5bcd87b453760c551fed109a79a.zip |
verify table needs auto_increment flag
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ require_once('include/features.php'); define ( 'FRIENDICA_PLATFORM', 'Friendica Red'); define ( 'FRIENDICA_VERSION', trim(file_get_contents('version.inc')) . 'R'); define ( 'ZOT_REVISION', 1 ); -define ( 'DB_UPDATE_VERSION', 1014 ); +define ( 'DB_UPDATE_VERSION', 1015 ); define ( 'EOL', '<br />' . "\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |