Sha256: 405399fda151e9e724a637ca1d1e61c91977bc6ea98523cd37ce4f80388a44c3

Contents?: true

Size: 325 Bytes

Versions: 45

Compression:

Stored size: 325 Bytes

Contents

Sequel.migration do
  change do
    alter_table :transactions do
      # This flag means someone has checked it once through the API and we might not want to remove
      # it from the DB (upon scheduled cleanup) because it's of a potential interest.
      add_column :protected, FalseClass, default: false
    end
  end
end

Version data entries

45 entries across 45 versions & 1 rubygems

Version Path
txcatcher-0.1.92 db/migrations/005_add_protected_flag_to_transactions.rb
txcatcher-0.1.91 db/migrations/005_add_protected_flag_to_transactions.rb
txcatcher-0.1.90 db/migrations/005_add_protected_flag_to_transactions.rb
txcatcher-0.1.89 db/migrations/005_add_protected_flag_to_transactions.rb
txcatcher-0.1.88 db/migrations/005_add_protected_flag_to_transactions.rb
txcatcher-0.1.87 db/migrations/005_add_protected_flag_to_transactions.rb
txcatcher-0.1.86 db/migrations/005_add_protected_flag_to_transactions.rb
txcatcher-0.1.85 db/migrations/005_add_protected_flag_to_transactions.rb
txcatcher-0.1.84 db/migrations/005_add_protected_flag_to_transactions.rb
txcatcher-0.1.83 db/migrations/005_add_protected_flag_to_transactions.rb
txcatcher-0.1.82 db/migrations/005_add_protected_flag_to_transactions.rb
txcatcher-0.1.81 db/migrations/005_add_protected_flag_to_transactions.rb
txcatcher-0.1.80 db/migrations/005_add_protected_flag_to_transactions.rb
txcatcher-0.1.79 db/migrations/005_add_protected_flag_to_transactions.rb
txcatcher-0.1.78 db/migrations/005_add_protected_flag_to_transactions.rb
txcatcher-0.1.77 db/migrations/005_add_protected_flag_to_transactions.rb
txcatcher-0.1.76 db/migrations/005_add_protected_flag_to_transactions.rb
txcatcher-0.1.75 db/migrations/005_add_protected_flag_to_transactions.rb
txcatcher-0.1.74 db/migrations/005_add_protected_flag_to_transactions.rb
txcatcher-0.1.73 db/migrations/005_add_protected_flag_to_transactions.rb