Commit c57f9dfb authored by Douglas Barbosa Alexandre's avatar Douglas Barbosa Alexandre Committed by Gabriel Mazetto

Use 8 bytes value for event_id column on the geo_event_log_state table

parent 1679c570
class CreateEventLogState < ActiveRecord::Migration
def change
create_table :event_log_states, id: false do |t|
t.primary_key :event_id, :bigserial
t.integer :event_id, limit: 8, primary_key: true
end
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment