Add github user id to user creations

pull/9496/head
Javier Torres 8 years ago
parent 1880079fc2
commit 2ffab08bb6

@ -0,0 +1,7 @@
Sequel.migration do
change do
alter_table :user_creations do
add_column :github_user_id, :bigint
end
end
end
Loading…
Cancel
Save