Sha256: 8e31b0e382bc5e8a66395f6853f0f4deff19c9d929953921f2097e943f575ef5
Contents?: true
Size: 201 Bytes
Versions: 5
Compression:
Stored size: 201 Bytes
Contents
Sequel.migration do up do alter_table :pages do add_column :on_menu, Integer, :default => 1 end end down do alter_table :pages do drop_column :on_menu end end end
Version data entries
5 entries across 5 versions & 1 rubygems