Merge branch 'master' into glitch-soc/merge-upstream
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class AddMaxScoreToTags < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :tags, :max_score, :float
|
||||
add_column :tags, :max_score_at, :datetime
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user