Migration to add option to enable disable org signup through GH

pull/9493/head
Javier Torres 8 years ago
parent 1880079fc2
commit 2c3e6f7954

@ -0,0 +1,7 @@
Sequel.migration do
change do
alter_table :organizations do
add_column :auth_github_enabled, :boolean, null: false, default: false
end
end
end
Loading…
Cancel
Save