fix column name
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2024-01-15 10:55:57 +11:00
parent 95125b691d
commit db63b89c61
3 changed files with 5 additions and 5 deletions

View File

@@ -84,7 +84,7 @@ const createAudit string = `
UserId INTEGER DEFAULT 0,
SecretId INTEGER DEFAULT 0,
EventText VARCHAR,
Timestamp datetime
EventTime datetime
);
`