Add script for unborking the forked database login issue #10

Open
opened 2022-06-15 09:52:17 +00:00 by decentral1se · 0 comments
Owner

Continuing from https://github.com/outline/outline/discussions/3213 and the delete_user script.

DELETE FROM user_authentications;
UPDATE users SET "lastActiveAt" = NULL;

Unsure if this is The Real Fix right now but it seems like it is!

Continuing from https://github.com/outline/outline/discussions/3213 and the `delete_user` script. ``` DELETE FROM user_authentications; UPDATE users SET "lastActiveAt" = NULL; ``` Unsure if this is The Real Fix right now but it seems like it is!
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: coop-cloud/outline#10
No description provided.