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.2.14 db/migrations/005_add_protected_flag_to_transactions.rb
txcatcher-0.2.12 db/migrations/005_add_protected_flag_to_transactions.rb
txcatcher-0.2.11 db/migrations/005_add_protected_flag_to_transactions.rb
txcatcher-0.2.10 db/migrations/005_add_protected_flag_to_transactions.rb
txcatcher-0.2.9 db/migrations/005_add_protected_flag_to_transactions.rb
txcatcher-0.2.8 db/migrations/005_add_protected_flag_to_transactions.rb
txcatcher-0.2.6 db/migrations/005_add_protected_flag_to_transactions.rb
txcatcher-0.2.4 db/migrations/005_add_protected_flag_to_transactions.rb
txcatcher-0.2.3 db/migrations/005_add_protected_flag_to_transactions.rb
txcatcher-0.2.2 db/migrations/005_add_protected_flag_to_transactions.rb
txcatcher-0.2.1 db/migrations/005_add_protected_flag_to_transactions.rb
txcatcher-0.2.0 db/migrations/005_add_protected_flag_to_transactions.rb
txcatcher-0.1.100 db/migrations/005_add_protected_flag_to_transactions.rb
txcatcher-0.1.99 db/migrations/005_add_protected_flag_to_transactions.rb
txcatcher-0.1.98 db/migrations/005_add_protected_flag_to_transactions.rb
txcatcher-0.1.97 db/migrations/005_add_protected_flag_to_transactions.rb
txcatcher-0.1.96 db/migrations/005_add_protected_flag_to_transactions.rb
txcatcher-0.1.95 db/migrations/005_add_protected_flag_to_transactions.rb
txcatcher-0.1.94 db/migrations/005_add_protected_flag_to_transactions.rb
txcatcher-0.1.93 db/migrations/005_add_protected_flag_to_transactions.rb