Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions db/migrate/create_outboxer_exceptions.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,8 @@ def up
t.string :class_name, limit: 255, null: false
t.text :message_text, null: false

t.timestamps
t.datetime :created_at, null: false
end

remove_column :outboxer_exceptions, :updated_at
end
end

Expand Down