Sha256: 9d11f67d1fb0aa847551117dc1f4201f38f13cef1f953a507d75e5b30b9ef30c
Contents?: true
Size: 587 Bytes
Versions: 15
Compression:
Stored size: 587 Bytes
Contents
class ChangeC80EstatePstatsColumnTypes < ActiveRecord::Migration def up change_column :c80_estate_pstats, :coef_busy, :float change_column :c80_estate_pstats, :free_areas_sq, :float change_column :c80_estate_pstats, :busy_areas_sq, :float change_column :c80_estate_pstats, :coef_busy_sq, :float end def down change_column :c80_estate_pstats, :coef_busy, :integer change_column :c80_estate_pstats, :free_areas_sq, :integer change_column :c80_estate_pstats, :busy_areas_sq, :integer change_column :c80_estate_pstats, :coef_busy_sq, :integer end end
Version data entries
15 entries across 15 versions & 1 rubygems