Skip to content

Commit

Permalink
Merge pull request #86 from hellofresh/bugfix/set-primary-key-properly
Browse files Browse the repository at this point in the history
Set primary key properly in init command
  • Loading branch information
rafaeljesus authored Feb 26, 2018
2 parents 4868471 + 63d7941 commit 026bc02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ func RunInit() {
Name: "users",
Filter: config.Filter{
Match: "users.active = TRUE",
Sorts: map[string]string{"orderNr": "asc"},
Sorts: map[string]string{"user.id": "asc"},
Limit: 100,
},
Anonymise: map[string]string{"firstName": "FirstName", "email": "EmailAddress"},
Expand Down

0 comments on commit 026bc02

Please sign in to comment.