Skip to content

Commit

Permalink
commit here unnecessary
Browse files Browse the repository at this point in the history
  • Loading branch information
floptical committed Apr 1, 2024
1 parent 9b0c2fd commit e55980d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion databridge_etl_tools/db2/db2.py
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,6 @@ def copy_to_enterprise(self):
new_update_stmt = f'''
BEGIN;
CREATE TABLE {temp_final_table} (LIKE {prod_table} INCLUDING CONSTRAINTS INCLUDING DEFAULTS);
COMMIT;
-- Drop our ESRI objectid column so we can insert without any overhead from the objectid column doing stuff
ALTER TABLE {temp_final_table} DROP COLUMN {oid_column};
Expand Down

0 comments on commit e55980d

Please sign in to comment.