Skip to content

Commit

Permalink
Merge pull request #99 from IGEL-Community:fix-typo
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
rneher-igel authored Nov 13, 2024
2 parents fa9d49a + 555f8ee commit 4281fb0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/Docs/HOWTO-COSMOS.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,10 +286,6 @@ APP_VERSION.DISPLAY_VERSION as 'APP-Version' from PROFILES
inner join PROFILE_BASED_ON_APP ON PROFILES.PROFILEID = PROFILE_BASED_ON_APP.PROFILEID
inner join APP_VERSION ON PROFILE_BASED_ON_APP.APP_VERSION_ID = APP_VERSION.APP_VERSION_ID
where APP_VERSION.APP_NAME like 'base_system' and DISPLAY_VERSION like '12.5%'
This helped a lot to determin the Profile.
After changing the fixed app version to another one, I was able to delete the unwanted App from my UMS.
In case you stumble accross similar issues, but with other apps, not only the IGEL OS Base System, you will get a list of all "App Names" using this SQL Query:
SELECT DISTINCT APP_NAME FROM APP_VERSION
```
Changing the where clause of the SQL query to the appropriate `APP_NAME` and `APP_VERSION` will help to identify similar cases with other Apps.
Expand Down

0 comments on commit 4281fb0

Please sign in to comment.