parent
0c89ef0360
commit
51249e26f3
@ -0,0 +1,5 @@
|
||||
class AddUserIdToShares < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :shares, :user_id, :integer
|
||||
end
|
||||
end
|
Loading…
Reference in new issue