Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes #5745: Do the configid migration properly #520

Merged
merged 1 commit into from Nov 20, 2014
Merged

Fixes #5745: Do the configid migration properly #520

merged 1 commit into from Nov 20, 2014

Conversation

Kegeruneku
Copy link

@@ -370,7 +370,7 @@ fi
STEP="Add the nodeConfigId column in the ReportsExecution table and add the nodes_info table"

RES=$(${PSQL} -t -d rudder -c "select count(1) from pg_class where relname = 'nodes_info'")
if [ $RES -ne 0 ]; then
if [ $RES -eq 0 ]; then
Copy link
Member

Choose a reason for hiding this comment

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

If you don't mind write "${RES}"

jooooooon added a commit that referenced this pull request Nov 20, 2014
…d_migration

Fixes #5745: Do the configid migration properly
@jooooooon jooooooon merged commit fe66701 into Normation:branches/rudder/3.0 Nov 20, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants