Browse Source

Fixed wrong naming of the migration class

master
rodley82 4 years ago
parent
commit
e04a0716cc
  1. 2
      db/migrate/20220307195441_add_action_logs_table.rb

2
db/migrate/20220307195441_add_action_logs_table.rb

@ -1,4 +1,4 @@
class CreateActionLogs < ActiveRecord::Migration[7.0]
class AddActionLogsTable < ActiveRecord::Migration[7.0]
def change
create_table :action_logs do |t|
t.string :from

Loading…
Cancel
Save