diff --git a/docs/superpowers/specs/2026-04-20-react-native-migration-design.md b/docs/superpowers/specs/2026-04-20-react-native-migration-design.md index fcde1e6..a9be6b5 100644 --- a/docs/superpowers/specs/2026-04-20-react-native-migration-design.md +++ b/docs/superpowers/specs/2026-04-20-react-native-migration-design.md @@ -74,8 +74,8 @@ CREATE TABLE IF NOT EXISTS github_tokens ( CREATE TABLE IF NOT EXISTS atproto_sessions ( id TEXT PRIMARY KEY, - did TEXT NOT NULL, - session_json TEXT NOT NULL + did TEXT NOT NULL + -- full session_json stored in Expo SecureStore keyed by id ); CREATE TABLE IF NOT EXISTS saved_repos (