Sha256: 99e4e71f82c65aa8be04e49f57f1fe55c5fc9448888c9994edd1af048c434b01
Contents?: true
Size: 181 Bytes
Versions: 1
Compression:
Stored size: 181 Bytes
Contents
class AddSubscriptionIdToUsers < ActiveRecord::Migration[6.1] def change add_column :phcdevworks_accounts_users, :payments_subscription_id, :string end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
phcdevworks_accounts-3.3.0 | db/migrate/20210425060053_add_subscription_id_to_users.rb |