aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2018-05-20 22:42:47 +0200
committerMario Vavti <mario@mariovavti.com>2018-05-20 22:55:13 +0200
commit5b48eb3657a7cf6593b4c1f6ee17bf32eaa402af (patch)
tree5d8e11cb193526cbc4c165d9b5fce12ab26bc1db /boot.php
parent43f04e4bc0b041a4e6450f6aad3e9045fb5eb3cf (diff)
downloadvolse-hubzilla-5b48eb3657a7cf6593b4c1f6ee17bf32eaa402af.tar.gz
volse-hubzilla-5b48eb3657a7cf6593b4c1f6ee17bf32eaa402af.tar.bz2
volse-hubzilla-5b48eb3657a7cf6593b4c1f6ee17bf32eaa402af.zip
update oauth related tables to use bigint/int(10) for user_id column. this is to be more consistent with the rest of the tables and fixes issue #1180
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 64d5bae4c..3e3dc532a 100755
--- a/boot.php
+++ b/boot.php
@@ -54,7 +54,7 @@ define ( 'STD_VERSION', '3.4' );
define ( 'ZOT_REVISION', '6.0a' );
-define ( 'DB_UPDATE_VERSION', 1213 );
+define ( 'DB_UPDATE_VERSION', 1214 );
define ( 'PROJECT_BASE', __DIR__ );