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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
d7291c64
Commit
d7291c64
authored
Dec 04, 2018
by
🤖 GitLab Bot 🤖
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Remove runner token indices from db schema as well"
This reverts commit
c3d0f129
parent
80163b97
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
db/schema.rb
db/schema.rb
+3
-0
No files found.
db/schema.rb
View file @
d7291c64
...
...
@@ -527,6 +527,7 @@ ActiveRecord::Schema.define(version: 20181126153547) do
t
.
index
[
"locked"
],
name:
"index_ci_runners_on_locked"
,
using: :btree
t
.
index
[
"runner_type"
],
name:
"index_ci_runners_on_runner_type"
,
using: :btree
t
.
index
[
"token"
],
name:
"index_ci_runners_on_token"
,
using: :btree
t
.
index
[
"token_encrypted"
],
name:
"index_ci_runners_on_token_encrypted"
,
unique:
true
,
using: :btree
end
create_table
"ci_stages"
,
force: :cascade
do
|
t
|
...
...
@@ -1347,6 +1348,7 @@ ActiveRecord::Schema.define(version: 20181126153547) do
t
.
index
[
"path"
],
name:
"index_namespaces_on_path_trigram"
,
using: :gin
,
opclasses:
{
"path"
=>
"gin_trgm_ops"
}
t
.
index
[
"require_two_factor_authentication"
],
name:
"index_namespaces_on_require_two_factor_authentication"
,
using: :btree
t
.
index
[
"runners_token"
],
name:
"index_namespaces_on_runners_token"
,
unique:
true
,
using: :btree
t
.
index
[
"runners_token_encrypted"
],
name:
"index_namespaces_on_runners_token_encrypted"
,
unique:
true
,
using: :btree
t
.
index
[
"type"
],
name:
"index_namespaces_on_type"
,
using: :btree
end
...
...
@@ -1697,6 +1699,7 @@ ActiveRecord::Schema.define(version: 20181126153547) do
t
.
index
[
"repository_storage"
,
"created_at"
],
name:
"idx_project_repository_check_partial"
,
where:
"(last_repository_check_at IS NULL)"
,
using: :btree
t
.
index
[
"repository_storage"
],
name:
"index_projects_on_repository_storage"
,
using: :btree
t
.
index
[
"runners_token"
],
name:
"index_projects_on_runners_token"
,
using: :btree
t
.
index
[
"runners_token_encrypted"
],
name:
"index_projects_on_runners_token_encrypted"
,
unique:
true
,
using: :btree
t
.
index
[
"star_count"
],
name:
"index_projects_on_star_count"
,
using: :btree
t
.
index
[
"visibility_level"
],
name:
"index_projects_on_visibility_level"
,
using: :btree
end
...
...
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