aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2018-05-20 22:42:47 +0200
committerMario <mario@mariovavti.com>2018-05-20 22:42:47 +0200
commit469809183d232761b8984848c133f9f11f5e7cea (patch)
tree5d072666809f6087bd5dc37e5939fed3305e031e /boot.php
parent55e1026c986f1c2c7e2a0376579b01111a93ab5d (diff)
downloadvolse-hubzilla-469809183d232761b8984848c133f9f11f5e7cea.tar.gz
volse-hubzilla-469809183d232761b8984848c133f9f11f5e7cea.tar.bz2
volse-hubzilla-469809183d232761b8984848c133f9f11f5e7cea.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 b1043ef05..9b3b86381 100755
--- a/boot.php
+++ b/boot.php
@@ -54,7 +54,7 @@ define ( 'STD_VERSION', '3.5.6' );
define ( 'ZOT_REVISION', '6.0a' );
-define ( 'DB_UPDATE_VERSION', 1213 );
+define ( 'DB_UPDATE_VERSION', 1214 );
define ( 'PROJECT_BASE', __DIR__ );