aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/install/schemas/firebird_schema.sql
diff options
context:
space:
mode:
authorJoseph Warner <hardolaf@hardolaf.com>2013-07-31 16:50:19 -0400
committerJoseph Warner <hardolaf@hardolaf.com>2013-07-31 16:50:32 -0400
commitc33f97038675c7ca79c8cbb0ece08c989f411c9b (patch)
tree9346a3a632ec910d12dd56e9d8189e58d42bdd85 /phpBB/install/schemas/firebird_schema.sql
parent3264a7ece5cd4b964b854d6d3a1af044e2e70282 (diff)
downloadforums-c33f97038675c7ca79c8cbb0ece08c989f411c9b.tar
forums-c33f97038675c7ca79c8cbb0ece08c989f411c9b.tar.gz
forums-c33f97038675c7ca79c8cbb0ece08c989f411c9b.tar.bz2
forums-c33f97038675c7ca79c8cbb0ece08c989f411c9b.tar.xz
forums-c33f97038675c7ca79c8cbb0ece08c989f411c9b.zip
[feature/oauth] Forgot to update schema files
PHPBB3-11673
Diffstat (limited to 'phpBB/install/schemas/firebird_schema.sql')
-rw-r--r--phpBB/install/schemas/firebird_schema.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/install/schemas/firebird_schema.sql b/phpBB/install/schemas/firebird_schema.sql
index ce9be26e68..1e47008d73 100644
--- a/phpBB/install/schemas/firebird_schema.sql
+++ b/phpBB/install/schemas/firebird_schema.sql
@@ -133,7 +133,7 @@ CREATE TABLE phpbb_oauth_tokens (
user_id INTEGER DEFAULT 0 NOT NULL,
session_id CHAR(32) CHARACTER SET NONE DEFAULT '' NOT NULL,
provider VARCHAR(255) CHARACTER SET NONE DEFAULT '' NOT NULL,
- oauth_token BLOB SUB_TYPE TEXT CHARACTER SET UTF8 DEFAULT '' NOT NULL
+ oauth_token BLOB SUB_TYPE TEXT CHARACTER SET NONE DEFAULT '' NOT NULL
);;
CREATE INDEX phpbb_oauth_tokens_user_id ON phpbb_oauth_tokens(user_id);;