Sha256: 98b59e034403ea3956a2f6ba648a9b77a57b2115b34d8242ff9bf7648c9ccacb

Contents?: true

Size: 268 Bytes

Versions: 10

Compression:

Stored size: 268 Bytes

Contents

class CreateTotoroFailedMessages < ActiveRecord::Migration[5.1]
  def change
    enable_extension "plpgsql"
    create_table :totoro_failed_messages do |t|
      t.string :class_name
      t.string :queue_id
      t.jsonb :payload
      t.timestamps
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
totoro-0.6.1 lib/generators/totoro/templates/create_totoro_failed_messages.rb
totoro-0.6.0 lib/generators/totoro/templates/create_totoro_failed_messages.rb
totoro-0.5.7 lib/generators/totoro/templates/create_totoro_failed_messages.rb
totoro-0.5.6 lib/generators/totoro/templates/create_totoro_failed_messages.rb
totoro-0.5.5 lib/generators/totoro/templates/create_totoro_failed_messages.rb
totoro-0.5.4 lib/generators/totoro/templates/create_totoro_failed_messages.rb
totoro-0.5.3 lib/generators/totoro/templates/create_totoro_failed_messages.rb
totoro-0.5.2 lib/generators/totoro/templates/create_totoro_failed_messages.rb
totoro-0.5.1 lib/generators/totoro/templates/create_totoro_failed_messages.rb
totoro-0.5.0 lib/generators/totoro/templates/create_totoro_failed_messages.rb