The code powering m.abunchtell.com https://m.abunchtell.com
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 

6 líneas
141 B

  1. class AddCategoryIdToCustomEmojis < ActiveRecord::Migration[5.2]
  2. def change
  3. add_column :custom_emojis, :category_id, :bigint
  4. end
  5. end