logo

mastofe

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

20170713190709_add_web_push_subscription_to_session_activations.rb (176B)


  1. class AddWebPushSubscriptionToSessionActivations < ActiveRecord::Migration[5.1]
  2. def change
  3. add_column :session_activations, :web_push_subscription_id, :integer
  4. end
  5. end