delete create_user_actions.rb migrate
This commit is contained in:
parent
4261c4a46c
commit
a53f17656c
|
@ -1,8 +0,0 @@
|
|||
class CreateUserActions < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :user_actions do |t|
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
end
|
Loading…
Reference in New Issue