From c0add637fd972a4e8be793f8652012acdc7fcc4f Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Wed, 20 Jul 2016 01:59:43 +0900 Subject: [PATCH] Updated FAQ (markdown) --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index 84552a5..d95e330 100644 --- a/FAQ.md +++ b/FAQ.md @@ -33,7 +33,7 @@ Exception in thread "main" java.lang.UnsupportedClassVersionError: org/eclipse/j ## gitbucket-gist-plugin doesn't work after upgrading to GitBucket 4.x -If you had used [gitbucket-gist-plugin](https://github.com/gitbucket/gitbucket-gist-plugin) with GitBucket 3.x, it fails to migrate after upgrading GitBucket 4.x. Solution is below: +If you had used [gitbucket-gist-plugin](https://github.com/gitbucket/gitbucket-gist-plugin) with GitBucket 3.x, it does not work after upgrading to GitBucket 4.x. Solution is below: 1. `UPDATE VERSIONS SET VERSION='2.0.0' WHERE MODULE_ID='gist';` 2. restart gitbucket