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
d1ccd7ed
Commit
d1ccd7ed
authored
Mar 17, 2020
by
alinamihaila
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add schema changes
parent
ea4eb933
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
db/schema.rb
db/schema.rb
+2
-2
No files found.
db/schema.rb
View file @
d1ccd7ed
...
...
@@ -10,7 +10,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord
::
Schema
.
define
(
version:
2020_03_1
3_123934
)
do
ActiveRecord
::
Schema
.
define
(
version:
2020_03_1
6_111759
)
do
# These are extensions that must be enabled in order to support this database
enable_extension
"pg_trgm"
...
...
@@ -2442,7 +2442,7 @@ ActiveRecord::Schema.define(version: 2020_03_13_123934) do
t
.
index
[
"invite_token"
],
name:
"index_members_on_invite_token"
,
unique:
true
t
.
index
[
"requested_at"
],
name:
"index_members_on_requested_at"
t
.
index
[
"source_id"
,
"source_type"
],
name:
"index_members_on_source_id_and_source_type"
t
.
index
[
"user_id"
,
"
type"
,
"source_type"
,
"ldap"
,
"created_at"
],
name:
"index_members_on_user_id_type_source_type_ldap_an
d_created_at"
,
where:
"((ldap = true) AND ((type)::text = 'GroupMember'::text) AND ((source_type)::text = 'Namespace'::text))"
t
.
index
[
"user_id"
,
"
created_at"
],
name:
"index_members_on_user_i
d_created_at"
,
where:
"((ldap = true) AND ((type)::text = 'GroupMember'::text) AND ((source_type)::text = 'Namespace'::text))"
t
.
index
[
"user_id"
],
name:
"index_members_on_user_id"
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