Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[READY] Date and time of note. #1649

Open
kvolk2git opened this issue Nov 8, 2024 · 0 comments
Open

[READY] Date and time of note. #1649

kvolk2git opened this issue Nov 8, 2024 · 0 comments

Comments

@kvolk2git
Copy link
Contributor

There is a date in the notes, but there is no time for making or changing the application. The time display is useful when several PC maintenance operations are performed per day. To do this, it is enough to change the format of the field in the database.

SQL:

ALTER TABLE itmgmt_comments CHANGE COLUMN DATE_INSERT DATE_INSERT DATETIME NULL AFTER USER_INSERT;

Before:
one

After:
two

READY

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants