Skip to content
Snippets Groups Projects
Commit f92c6c4b authored by Robert Anderson's avatar Robert Anderson
Browse files

Changed accounting column EventTimestamp to DATETIME

parent 10d59809
No related branches found
No related tags found
No related merge requests found
......@@ -104,7 +104,7 @@ CREATE TABLE @PREFIX@accounting (
AcctAuthentic INT UNSIGNED NOT NULL,
EventTimestamp INT UNSIGNED NOT NULL,
EventTimestamp DATETIME NOT NULL,
NASIdentifier VARCHAR(255) NOT NULL,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment