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
3f00f19d
Commit
3f00f19d
authored
Apr 27, 2018
by
Dylan Griffith
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove timestamps from ci_runner_groups table
parent
329d535b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
db/migrate/20170301101006_add_ci_runner_groups.rb
db/migrate/20170301101006_add_ci_runner_groups.rb
+0
-2
db/schema.rb
db/schema.rb
+0
-2
No files found.
db/migrate/20170301101006_add_ci_runner_groups.rb
View file @
3f00f19d
...
...
@@ -9,8 +9,6 @@ class AddCiRunnerGroups < ActiveRecord::Migration
create_table
:ci_runner_groups
do
|
t
|
t
.
integer
:runner_id
t
.
integer
:group_id
t
.
timestamps_with_timezone
null:
false
end
add_concurrent_index
:ci_runner_groups
,
:runner_id
...
...
db/schema.rb
View file @
3f00f19d
...
...
@@ -446,8 +446,6 @@ ActiveRecord::Schema.define(version: 20180425131009) do
create_table
"ci_runner_groups"
,
force: :cascade
do
|
t
|
t
.
integer
"runner_id"
t
.
integer
"group_id"
t
.
datetime
"created_at"
,
null:
false
t
.
datetime
"updated_at"
,
null:
false
end
add_index
"ci_runner_groups"
,
[
"group_id"
],
name:
"index_ci_runner_groups_on_group_id"
,
using: :btree
...
...
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