c-bless / reveal

This project contains some PowerShell scripts used to collect system configurations or domain information. Furthermore it has a Flask based web application and API to import and analyze the results of collector scripts. It can export collected data to Excel via the Web-Interface or to JSON via API.
1 stars 1 forks source link

Changes to database table "Service" #64

Closed c-bless closed 8 months ago

c-bless commented 8 months ago

Adjust the following database fields for table "Service" from String to Boolean.

Remove column "Running", since it is already present and collected as "Started".

c-bless commented 8 months ago

Database model classes, import functions and search forms has been changed.