mirror of
https://gitlink.org.cn/Gitlink/forgeplus.git
synced 2026-05-03 03:40:49 +08:00
fix: change error
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
class ChangeOauthAccessTokensTokenColumnLength < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
change_column :oauth_access_tokens, :token, :string, limit: 500
|
||||
change_column :oauth_access_tokens, :token, :text
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user