Skip to content

chore: trigger CI#34

Open
LucasXu0 wants to merge 2 commits intomainfrom
fix_ci_v2
Open

chore: trigger CI#34
LucasXu0 wants to merge 2 commits intomainfrom
fix_ci_v2

Conversation

@LucasXu0
Copy link
Owner

@LucasXu0 LucasXu0 commented Jan 2, 2025

Feature Preview


PR Checklist

  • My code adheres to AppFlowy's Conventions
  • I've listed at least one issue that this PR fixes in the description above.
  • I've added a test(s) to validate changes in this PR, or this PR only contains semantic changes.
  • All existing tests are passing.

@LucasXu0
Copy link
Owner Author

LucasXu0 commented May 2, 2025

UPDATE kv_table
SET value = (
  SELECT json_object(
    'user_id', json_extract(b.value, '$.user_id'),
    'user_uuid', json_extract(b.value, '$.user_uuid'),
    'workspace_id', json_extract(b.value, '$.user_workspace.id')
  )
  FROM kv_table AS b
  WHERE b.key = 'session_cache_key_backup'
)
WHERE key IN ('appflowy_session_cache', 'anon_user');

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments