Merge branch 'develop' into standalone_develop

This commit is contained in:
2022-06-20 10:34:32 +08:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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