Update db-log-addOn.js

This commit is contained in:
Skillet 2023-03-06 18:21:32 -05:00 committed by GitHub
parent 61f3ebcee5
commit 3827ea16fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,8 +54,7 @@ export default class DBLogPlayerTime extends DBLog {
type: DataTypes.INTEGER type: DataTypes.INTEGER
}, },
session: { session: {
type: DataTypes.INTEGER, type: DataTypes.INTEGER
autoIncrement: true
} }
}, },
{ {