delete create_user_actions.rb migrate

This commit is contained in:
nigel 2017-02-13 15:35:02 +08:00
parent 4261c4a46c
commit a53f17656c
1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
class CreateUserActions < ActiveRecord::Migration
def change
create_table :user_actions do |t|
t.timestamps
end
end
end