Direct import of server list into SQLite database (ticket #15116)
Dlim
In reference to the solution suggested in ticket #15116, I'm looking at the SQLite database structure and I don't see the field "datetime" in the table "Computers". Am I missing something here? Thanks for your help.
0
Comments
I replied to your ticket, but in case you see it here first there is an error in the SQL. Replace the first "datetime('now')" with "added" (that's the name of the field that's being set with the current time.