In the terminal, make the following command making sure the path is right:
sqlite3 '/Users/your_name/Documents/Papers2/Library.papers2/Database.papersdb'
Then in sqlite enter the following:
UPDATE Publication SET citekey = NULL;
Then ctrl-D to exit.