[−][src]Constant logins::schema::UPDATE_LOCAL_TIMESTAMPS_TO_MILLIS_SQL
const UPDATE_LOCAL_TIMESTAMPS_TO_MILLIS_SQL: &str = " UPDATE loginsL SET timeCreated = timeCreated / 1000, timeLastUsed = timeLastUsed / 1000, timePasswordChanged = timePasswordChanged / 1000 ";