logo

mastofe

My custom branche(s) on git.pleroma.social/pleroma/mastofe git clone https://hacktivis.me/git/mastofe.git

20180109143959_add_remember_token_to_users.rb (144B)


  1. class AddRememberTokenToUsers < ActiveRecord::Migration[5.1]
  2. def change
  3. add_column :users, :remember_token, :string, null: true
  4. end
  5. end