Sha256: 29619f72da07c052875be3e5536b5b794e65795a0712aea32190ff4aca5a36b8
Contents?: true
Size: 225 Bytes
Versions: 29
Compression:
Stored size: 225 Bytes
Contents
Sequel.migration do change do alter_table(:approvals) do drop_column :approval_type end alter_table(:licenses) do add_column :manual, TrueClass # i.e., keep this license eternally end end end
Version data entries
29 entries across 29 versions & 1 rubygems