Skip to content

Commit

Permalink
feat(sample-ud): Update descript for objects of sample
Browse files Browse the repository at this point in the history
(cherry picked from commit 07e7665)
  • Loading branch information
xtorret committed Jan 22, 2025
1 parent e589ab7 commit bbfe7d2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions example/user/ud/ud_99_sample_zfinal.sql
Original file line number Diff line number Diff line change
Expand Up @@ -171,3 +171,6 @@ delete from om_visit where id in (386, 389, 390, 575);

update macroexploitation set name ='macroexpl-01', undelete = true where macroexpl_id = 1;
insert into macroexploitation values (2, 'Other', 'Macroexploitation used for test', true, true);

-- update descript for cat_feature
update cat_feature set descript = concat(left(id,1), substring(lower(id), 2,99))

0 comments on commit bbfe7d2

Please sign in to comment.