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
fa574f9f
Commit
fa574f9f
authored
Jun 07, 2017
by
Douglas Barbosa Alexandre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reorder database columns on create geo_repository_updated_events
parent
cc1c6d10
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
db/migrate/20170522194603_create_geo_repository_updated_events.rb
...te/20170522194603_create_geo_repository_updated_events.rb
+1
-1
db/schema.rb
db/schema.rb
+1
-1
No files found.
db/migrate/20170522194603_create_geo_repository_updated_events.rb
View file @
fa574f9f
...
@@ -6,8 +6,8 @@ class CreateGeoRepositoryUpdatedEvents < ActiveRecord::Migration
...
@@ -6,8 +6,8 @@ class CreateGeoRepositoryUpdatedEvents < ActiveRecord::Migration
t
.
datetime
:created_at
,
null:
false
t
.
datetime
:created_at
,
null:
false
t
.
integer
:branches_affected
,
null:
false
t
.
integer
:branches_affected
,
null:
false
t
.
integer
:tags_affected
,
null:
false
t
.
integer
:tags_affected
,
null:
false
t
.
integer
:source
,
limit:
2
,
index:
true
,
null:
false
t
.
references
:project
,
index:
true
,
foreign_key:
{
on_delete: :cascade
},
null:
false
t
.
references
:project
,
index:
true
,
foreign_key:
{
on_delete: :cascade
},
null:
false
t
.
integer
:source
,
limit:
2
,
index:
true
,
null:
false
t
.
boolean
:new_branch
,
default:
false
,
null:
false
t
.
boolean
:new_branch
,
default:
false
,
null:
false
t
.
boolean
:remove_branch
,
default:
false
,
null:
false
t
.
boolean
:remove_branch
,
default:
false
,
null:
false
t
.
text
:ref
t
.
text
:ref
...
...
db/schema.rb
View file @
fa574f9f
...
@@ -532,8 +532,8 @@ ActiveRecord::Schema.define(version: 20170602003304) do
...
@@ -532,8 +532,8 @@ ActiveRecord::Schema.define(version: 20170602003304) do
t
.
datetime
"created_at"
,
null:
false
t
.
datetime
"created_at"
,
null:
false
t
.
integer
"branches_affected"
,
null:
false
t
.
integer
"branches_affected"
,
null:
false
t
.
integer
"tags_affected"
,
null:
false
t
.
integer
"tags_affected"
,
null:
false
t
.
integer
"source"
,
limit:
2
,
null:
false
t
.
integer
"project_id"
,
null:
false
t
.
integer
"project_id"
,
null:
false
t
.
integer
"source"
,
limit:
2
,
null:
false
t
.
boolean
"new_branch"
,
default:
false
,
null:
false
t
.
boolean
"new_branch"
,
default:
false
,
null:
false
t
.
boolean
"remove_branch"
,
default:
false
,
null:
false
t
.
boolean
"remove_branch"
,
default:
false
,
null:
false
t
.
text
"ref"
t
.
text
"ref"
...
...
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