logo

mastofe

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

20161130142058_add_last_successful_delivery_at_to_subscriptions.rb (200B)


  1. class AddLastSuccessfulDeliveryAtToSubscriptions < ActiveRecord::Migration[5.0]
  2. def change
  3. add_column :subscriptions, :last_successful_delivery_at, :datetime, null: true, default: nil
  4. end
  5. end