Merge branch 'master' into glitch-soc/merge-upstream
This commit is contained in:
5
db/migrate/20190729185330_add_score_to_tags.rb
Normal file
5
db/migrate/20190729185330_add_score_to_tags.rb
Normal file
@ -0,0 +1,5 @@
|
||||
class AddScoreToTags < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :tags, :score, :int
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user