mirror of https://github.com/mastodon/mastodon
Add hints for rules (#29539)
parent
98ef38e34e
commit
5b3a8737d6
@ -0,0 +1,7 @@
|
||||
# frozen_string_literal: true
|
||||
|
||||
class AddHintToRules < ActiveRecord::Migration[7.1]
|
||||
def change
|
||||
add_column :rules, :hint, :text, null: false, default: ''
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue