diff options
author | Mario <mario@mariovavti.com> | 2018-05-20 22:42:47 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2018-05-20 22:55:13 +0200 |
commit | 5b48eb3657a7cf6593b4c1f6ee17bf32eaa402af (patch) | |
tree | 5d8e11cb193526cbc4c165d9b5fce12ab26bc1db /boot.php | |
parent | 43f04e4bc0b041a4e6450f6aad3e9045fb5eb3cf (diff) | |
download | volse-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-x | boot.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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__ ); |