Sha256: b04a028e0583a6175000c4a3f8f8bd857841efadacb6621d3c2e8b6496df499b

Contents?: true

Size: 197 Bytes

Versions: 48

Compression:

Stored size: 197 Bytes

Contents

Sequel.migration do
  change do
    drop_column :headers, :created_at
    drop_column :headers, :updated_at

    drop_column :messages, :created_at
    drop_column :messages, :updated_at
  end
end

Version data entries

48 entries across 48 versions & 1 rubygems

Version Path
inferno_core-0.6.1 lib/inferno/db/migrations/008_remove_timestamps.rb
inferno_core-0.6.0 lib/inferno/db/migrations/008_remove_timestamps.rb
inferno_core-0.5.4 lib/inferno/db/migrations/008_remove_timestamps.rb
inferno_core-0.5.3 lib/inferno/db/migrations/008_remove_timestamps.rb
inferno_core-0.5.2 lib/inferno/db/migrations/008_remove_timestamps.rb
inferno_core-0.5.1 lib/inferno/db/migrations/008_remove_timestamps.rb
inferno_core-0.5.0 lib/inferno/db/migrations/008_remove_timestamps.rb
inferno_core-0.4.44 lib/inferno/db/migrations/008_remove_timestamps.rb
inferno_core-0.4.43 lib/inferno/db/migrations/008_remove_timestamps.rb
inferno_core-0.4.42 lib/inferno/db/migrations/008_remove_timestamps.rb
inferno_core-0.4.41 lib/inferno/db/migrations/008_remove_timestamps.rb
inferno_core-0.4.40 lib/inferno/db/migrations/008_remove_timestamps.rb
inferno_core-0.4.39 lib/inferno/db/migrations/008_remove_timestamps.rb
inferno_core-0.4.38 lib/inferno/db/migrations/008_remove_timestamps.rb
inferno_core-0.4.35 lib/inferno/db/migrations/008_remove_timestamps.rb
inferno_core-0.4.34 lib/inferno/db/migrations/008_remove_timestamps.rb
inferno_core-0.4.33 lib/inferno/db/migrations/008_remove_timestamps.rb
inferno_core-0.4.32 lib/inferno/db/migrations/008_remove_timestamps.rb
inferno_core-0.4.31 lib/inferno/db/migrations/008_remove_timestamps.rb
inferno_core-0.4.30 lib/inferno/db/migrations/008_remove_timestamps.rb