Skip to content

Commit

Permalink
CDC #321 - Removing "user_defined" column from taxonomies import
Browse files Browse the repository at this point in the history
  • Loading branch information
dleadbetter committed Dec 16, 2024
1 parent ee7df71 commit 1fb6a07
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app/services/core_data_connector/import/taxonomies.rb
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ def transform

execute <<-SQL.squish
UPDATE #{table_name} z_taxonomies
SET taxonomy_id = taxonomies.id,
user_defined = taxonomies.user_defined
SET taxonomy_id = taxonomies.id
FROM core_data_connector_taxonomies taxonomies
WHERE taxonomies.uuid = z_taxonomies.uuid
SQL
Expand Down

0 comments on commit 1fb6a07

Please sign in to comment.