You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For future Kees, I was able to do an export of the Phrequent data by logging in to the mysql db and doing this:
use phabricator_phrequent;
SELECT userPHID,objectPHID,note,dateStarted,dateEnded FROM phrequent_usertime INTO OUTFILE '/tmp/phrequent.csv' FIELDS TERMINATED BY ',' ENCLOSED BY '"' LINES TERMINATED BY '\n';
I'll get you more info on how the import will look soon, as I have access to the database.
The text was updated successfully, but these errors were encountered: