Merge remote-tracking branch 'origin/main' into codex/p0-obs-002-20260715

This commit is contained in:
ogt
2026-07-15 03:05:40 +08:00
2 changed files with 8 additions and 4 deletions

View File

@@ -244,6 +244,8 @@ def test_migration_is_additive_rls_and_does_not_store_raw_content() -> None:
"with check (project_id = current_setting('app.project_id', true))" in lowered
)
assert "drop table" not in lowered
assert "references awooop_projects" not in lowered
assert lowered.count("check (project_id = 'awoooi')") == 2
assert "request_body" not in lowered
assert "response_body" not in lowered
assert "raw_content jsonb" not in lowered