diff options
Diffstat (limited to 'database/postgresql/sql-schema.sql')
| -rw-r--r-- | database/postgresql/sql-schema.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/database/postgresql/sql-schema.sql b/database/postgresql/sql-schema.sql index f66f067..3103d34 100644 --- a/database/postgresql/sql-schema.sql +++ b/database/postgresql/sql-schema.sql @@ -88,7 +88,7 @@ CREATE TABLE lastlog ( login timestamp , logout timestamp , session_deleted timestamp , - session_duration timestamp, + session_duration interval , bytes_sent integer , bytes_received integer , llid SERIAL PRIMARY KEY |
