Skip to content

Conversation

@NivLipetz
Copy link
Member

No description provided.

Comment on lines 3 to 11
module.exports.up = async (query, DataTypes) => {
let jobsTable = await query.describeTable('jobs');

if (!jobsTable.enabled) {
await query.addColumn(
'jobs', 'type',
Sequelize.DataTypes.STRING);
}
};
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we would like to set a value for all the jobs in the new column type=load_testing

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@NivLipetz NivLipetz merged commit c129d2a into master Sep 5, 2020
@enudler enudler deleted the functional-tests branch September 8, 2020 10:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants