Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
phoenix
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Terms of Service Didnt Read
phoenix
Commits
cf961537
Commit
cf961537
authored
6 years ago
by
Michiel de Jong
Browse files
Options
Downloads
Patches
Plain Diff
dont try to set id
parent
e2301895
Branches
mj-error-reporting
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
db/import_points_from_old_db.rb
+0
-1
0 additions, 1 deletion
db/import_points_from_old_db.rb
with
0 additions
and
1 deletion
db/import_points_from_old_db.rb
+
0
−
1
View file @
cf961537
...
...
@@ -48,7 +48,6 @@ def importPoint(data, service)
puts
data
[
'slug'
]
imported_point
=
Point
.
new
(
id:
data
[
'id'
],
oldId:
data
[
'slug'
],
title:
data
[
'title'
],
user:
userObj
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment