likes table for liking things besides posts and comments

This commit is contained in:
friendica
2014-06-22 03:39:43 -07:00
parent a175c7dba7
commit a0747799fc
4 changed files with 41 additions and 3 deletions

View File

@@ -47,7 +47,7 @@ define ( 'RED_PLATFORM', 'Red Matrix' );
define ( 'RED_VERSION', trim(file_get_contents('version.inc')) . 'R');
define ( 'ZOT_REVISION', 1 );
define ( 'DB_UPDATE_VERSION', 1112 );
define ( 'DB_UPDATE_VERSION', 1113 );
define ( 'EOL', '<br />' . "\r\n" );
define ( 'ATOM_TIME', 'Y-m-d\TH:i:s\Z' );