lib/adyen/templates/notification_migration.rb in adyen-1.3.2 vs lib/adyen/templates/notification_migration.rb in adyen-1.4.0

- old
+ new

@@ -2,10 +2,10 @@ class CreateAdyenNotifications < ActiveRecord::Migration def self.up create_table :adyen_notifications do |t| t.boolean :live, :null => false, :default => false - t.string :event_code, :null => false, :limit => 20 + t.string :event_code, :null => false, :limit => 40 t.string :psp_reference, :null => false, :limit => 50 t.string :original_reference, :null => true t.string :merchant_reference, :null => false t.string :merchant_account_code, :null => false t.datetime :event_date, :null => false