Add github user id to users in box

pull/9491/head
Javier Torres 8 years ago
parent 5b62828bb7
commit cab2071be4

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