mirror of
https://github.com/diaspora/diaspora.git
synced 2026-01-09 15:18:11 -05:00
migrate authorizations scopes column to text
This commit is contained in:
@@ -0,0 +1,7 @@
|
|||||||
|
# frozen_string_literal: true
|
||||||
|
|
||||||
|
class ChangeAuthorizationsScopeColumnToText < ActiveRecord::Migration[5.1]
|
||||||
|
def change
|
||||||
|
change_column :authorizations, :scopes, :text
|
||||||
|
end
|
||||||
|
end
|
||||||
Reference in New Issue
Block a user