Skip to content

Commit

Permalink
Add delta
Browse files Browse the repository at this point in the history
  • Loading branch information
ponceta authored Aug 23, 2024
1 parent 821851e commit dbce536
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions delta/delta_1.6.2_dss_rename_system_user.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
-- noop delta, used only to unambigously define the datamodel version
ALTER TABLE qgep_od.mutation
RENAME COLUMN system_user to user_system;

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

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

0 comments on commit dbce536

Please sign in to comment.