Sha256: 14b7baf8ecb9fe694d21ea6b5048fec50581ed2972fad00d49557e7d50d8b02b
Contents?: true
Size: 116 Bytes
Versions: 2
Compression:
Stored size: 116 Bytes
Contents
Sequel.migration do change do alter_table(:photos) do add_column :focal_length, Float end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
piccle-0.1.1.pre | db/migrations/004_add_focal_length.rb |
piccle-0.1.0.rc1 | db/migrations/004_add_focal_length.rb |