Skip to content

Commit

Permalink
Add schema to temp table, fixes #3909
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafa de la Torre committed Jun 5, 2015
1 parent 89abc7f commit 7d285bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/table-geocoder/lib/internal_geocoder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ def drop_temp_table
end # drop_temp_table

def temp_table_name
@temp_table_name ||= "internal_geocoding_#{Time.now.to_i}"
@temp_table_name ||= "#{@table_schema}.internal_geocoding_#{Time.now.to_i}"
end # temp_table_name

def add_georef_status_column
Expand Down

0 comments on commit 7d285bb

Please sign in to comment.