@@ -0,0 +1,5 @@
|
||||
class AddPostsCountToTags < ActiveRecord::Migration[8.0]
|
||||
def change
|
||||
add_column :tags, :post_count, :integer, null: false, default: 0
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user