Skip to content

Commit

Permalink
Sandbox migration (#466)
Browse files Browse the repository at this point in the history
* adding sandbox change migration

* adding winston slack logger

* v2.10.1

* remove wrong ticket ids

* 2.10.2

* Update 20171006005624_sandbox2017.js

* Update 20171006005624_sandbox2017.js
  • Loading branch information
LeonFedotov authored Oct 5, 2017
1 parent 0ca07d3 commit 1fe225e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"this is part of the deployment proess, so it is important to update the version number",
"version name corresponds to the github release name / tag name - https://github.com/Midburn/Spark/releases"
],
"version": "2.10.1",
"version": "2.10.2",
"private": true,
"scripts": {
"postinstall": "bower install",
Expand Down
2 changes: 1 addition & 1 deletion scripts/drupal_ticket_sync.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var log = require('../libs/logger')(module);

var User = require('../models/user.js').User;
var Ticket = require('../models/ticket.js').Ticket;
const TICKETS_TYPE_IDS = [39, 40, 41, 43, 44, 45, 46, 49, 50, 51, 52];
const TICKETS_TYPE_IDS = [49, 50, 51, 52];
const STATUS_COMPLETED = 'Completed';

const EVENT_ID = "SANDBOX2017";
Expand Down

0 comments on commit 1fe225e

Please sign in to comment.