Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Jérome Perrin
gitlab-ce
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 @@ ActiveRecord::Schema.define(version: 20160508194200) do
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