Add limited_scope support
This commit is contained in:
parent
ec16074def
commit
c1f6d22ad2
17 changed files with 107 additions and 10 deletions
|
@ -0,0 +1,7 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
class AddLimitedScopeToStatuses < ActiveRecord::Migration[7.0]
|
||||
def change
|
||||
add_column :statuses, :limited_scope, :integer
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue