The code powering m.abunchtell.com https://m.abunchtell.com
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

20190729185330_add_score_to_tags.rb 110 B

12345
  1. class AddScoreToTags < ActiveRecord::Migration[5.2]
  2. def change
  3. add_column :tags, :score, :int
  4. end
  5. end