Introduction

Tutorials

Data types and nodes

Reference

Installing GeoData Manager

Log data types

History logs

A log of changes to the database, that is, of SQL queries that change the database. So that, for example, you can find who deleted all the well data.

Field Has
LogDateTime The date and time of the change
Username The user who made the change
Operation The SQL query operation:
D: Delete
E: Edit
N: New
Q: for a rename, the old identifier
R: for a rename, the new identifier
... the rest Details of the SQL query

Because the log data sets are stored in a database they automatically log changes to that database.

Database upgrades

A log of database upgrades read more.