Skip to content

Commit

Permalink
Removed extra whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
skiwi2 committed Jan 8, 2016
1 parent aed7ad9 commit 4e7b218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grails-app/migrations/added-defences-object.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ inserted_defences AS (
col_interplanetary_missiles,
col_date_created,
col_last_updated)
SELECT planet_id, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, CURRENT_TIMESTAMP, CURRENT_TIMESTAMP
SELECT planet_id, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, CURRENT_TIMESTAMP, CURRENT_TIMESTAMP
FROM null_defences RETURNING temp_col_planet_id AS planet_id, col_id AS defences_id
)
UPDATE table_planet
Expand Down

0 comments on commit 4e7b218

Please sign in to comment.