Skip to content

Commit

Permalink
rSEBSERV-614
Browse files Browse the repository at this point in the history
  • Loading branch information
anhefti committed Jan 7, 2025
1 parent ed8ff99 commit d882c46
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
-- -----------------------------------------------------------------
-- SEBSERV-614 - remove sps stop feature settings from GUI
-- -----------------------------------------------------------------

DELETE FROM `orientation` WHERE `config_attribute_id`=1324;
DELETE FROM `orientation` WHERE `config_attribute_id`=1325;

UPDATE orientation SET y_position=8 WHERE config_attribute_id=1326;
UPDATE orientation SET y_position=9 WHERE config_attribute_id=1320;
UPDATE orientation SET y_position=10 WHERE config_attribute_id=1321;
UPDATE orientation SET y_position=11 WHERE config_attribute_id=1322;

0 comments on commit d882c46

Please sign in to comment.