Skip to content

Commit

Permalink
don't force uuid in migration
Browse files Browse the repository at this point in the history
  • Loading branch information
skatkov committed May 14, 2024
1 parent ba03a26 commit 80e0ce6
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
class CreateMunsterTables < ActiveRecord::Migration[7.0]

def change
create_table :munster_received_webhooks, id: :uuid do |t|
create_table :munster_received_webhooks, id: uuid do |t|
t.string :handler_event_id, null: false
t.string :handler_module_name, null: false
t.string :status, default: "received", null: false
Expand Down

0 comments on commit 80e0ce6

Please sign in to comment.