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