Commit ade74a5
fix: remove uuid-ossp extension dependency for CI compatibility
The embedded PostgreSQL in CI lacks libossp-uuid shared library.
Since UUID v7 is generated at the application layer (Rust uuid crate),
uuid-ossp is unnecessary. Use pgcrypto's gen_random_uuid() for tests.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 226cc62 commit ade74a5
2 files changed
+5
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
| 3 | + | |
3 | 4 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
0 commit comments