Skip to content

Commit

Permalink
Newer MySQL versions need ISO timestamp, just like Postgres does
Browse files Browse the repository at this point in the history
Tested with Oracle's distribution of MySQL 5.7.
  • Loading branch information
jonjensen committed Apr 7, 2018
1 parent e5751e0 commit dfa5006
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dist/strap/dbconf/mysql/userdb.mysql
Expand Up @@ -51,3 +51,5 @@ Database userdb COLUMN_DEF "updated=varchar(32)"
Database userdb COLUMN_DEF "zip=varchar(10)"
Database userdb PREFER_NULL mod_time
Database userdb INDEX "UNIQUE usernick"

UserDB default iso_time 1

0 comments on commit dfa5006

Please sign in to comment.