Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
projects.thm.de
GitLab
Commits
7db3fb5a
Commit
7db3fb5a
authored
May 04, 2016
by
Andrei Gliga
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
disabled_oauth_sign_in_sources column
parent
624dc104
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
0 deletions
+6
-0
db/migrate/20160504091942_add_disabled_oauth_sign_in_sources_to_application_settings.rb
...disabled_oauth_sign_in_sources_to_application_settings.rb
+5
-0
db/schema.rb
db/schema.rb
+1
-0
No files found.
db/migrate/20160504091942_add_disabled_oauth_sign_in_sources_to_application_settings.rb
0 → 100644
View file @
7db3fb5a
class
AddDisabledOauthSignInSourcesToApplicationSettings
<
ActiveRecord
::
Migration
def
change
add_column
:application_settings
,
:disabled_oauth_sign_in_sources
,
:text
end
end
db/schema.rb
View file @
7db3fb5a
...
...
@@ -80,6 +80,7 @@
t
.
boolean
"repository_checks_enabled"
,
default:
false
t
.
text
"shared_runners_text"
t
.
integer
"metrics_packet_size"
,
default:
1
t
.
text
"disabled_oauth_sign_in_sources"
end
create_table
"audit_events"
,
force: :cascade
do
|
t
|
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment