Skip to content

Commit

Permalink
Remove wrong table statement
Browse files Browse the repository at this point in the history
  • Loading branch information
ponceta authored Aug 23, 2024
1 parent dbce536 commit 5d5c533
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions delta/delta_1.6.2_dss_rename_system_user.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
ALTER TABLE qgep_od.mutation
RENAME COLUMN system_user to user_system;

UPDATE TABLE qgep_sys.dictionary_od_field
UPDATE qgep_sys.dictionary_od_field
SET field_name = 'user_system'
WHERE attribute_id = 5532;

UPDATE TABLE qgep_sys.dictionary_od_field
UPDATE qgep_sys.dictionary_od_field
SET field_name_en = 'user_system'
WHERE attribute_id = 5532;

0 comments on commit 5d5c533

Please sign in to comment.