diff options
author | friendica <info@friendica.com> | 2013-09-09 04:55:43 -0700 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-09-09 04:55:43 -0700 |
commit | 0565a6ef01b7c513be8ee90f805867eb2ed664e8 (patch) | |
tree | f3d6d2cec435c519b9c3b17cfdc2aaecb74a8683 /boot.php | |
parent | 25a5a5ff4dd457398d762f0ff92f01b134b92eaa (diff) | |
download | volse-hubzilla-0565a6ef01b7c513be8ee90f805867eb2ed664e8.tar.gz volse-hubzilla-0565a6ef01b7c513be8ee90f805867eb2ed664e8.tar.bz2 volse-hubzilla-0565a6ef01b7c513be8ee90f805867eb2ed664e8.zip |
change primary key on updates table
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ require_once('include/taxonomy.php'); define ( 'RED_PLATFORM', 'Red Matrix' ); define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R'); define ( 'ZOT_REVISION', 1 ); -define ( 'DB_UPDATE_VERSION', 1067 ); +define ( 'DB_UPDATE_VERSION', 1068 ); define ( 'EOL', '<br />' . "\r\n" ); define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' ); |