CESNET / pakiti-server

Pakiti provides a monitoring mechanism to check the patching status of Linux systems.
BSD 2-Clause "Simplified" License
49 stars 35 forks source link

Parse cpu model from client into arch field #188

Closed HavrilaJ closed 1 year ago

DanielGeerts commented 5 months ago

Can this commit please be reverted or modified? I have CPU's with long names, causing an SQL failure because there's only 10 characters available for the Arch Name.

HavrilaJ commented 5 months ago

Hi, you can just fix DB by alter table Arch modify column name varchar(100); I did it on our server, but unfortunately i forgot to commit this change here to sql schema.