Skip to content

Commit 61b24cb

Browse files
committed
chore
1 parent 838762b commit 61b24cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.claude/commands/test-sync-roundtrip-postrges-local-rls.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Sync Roundtrip Test with RLS
1+
# Sync Roundtrip Test with local Postgres database and RLS policies
22

33
Execute a full roundtrip sync test between multiple local SQLite databases and the local Supabase Docker PostgreSQL instance, verifying that Row Level Security (RLS) policies are correctly enforced during sync.
44

@@ -255,7 +255,7 @@ SELECT cloudsync_network_send_changes();
255255

256256
-- Check for changes from server (repeat with 2-3 second delays)
257257
SELECT cloudsync_network_check_changes();
258-
-- Repeat check_changes 3-5 times with delays until it returns 0 or stabilizes
258+
-- Repeat check_changes 3-5 times with delays until it returns more than 0 received rows or stabilizes
259259
```
260260

261261
**Recommended sync order:**

0 commit comments

Comments
 (0)