Merge branch 'master' into glitch-soc/merge-upstream
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
class AddCommentsToDomainBlocks < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :domain_blocks, :private_comment, :text
|
||||
add_column :domain_blocks, :public_comment, :text
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user