fix(migration): cast gen_random_uuid() to uuid not text for omg backfill
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
f568814be5
commit
e861f20342
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ def upgrade() -> None:
|
|||
"""
|
||||
INSERT INTO omg_entries (id, user_id, name, client, job_number, notes)
|
||||
SELECT
|
||||
gen_random_uuid()::text,
|
||||
gen_random_uuid(),
|
||||
p.user_id,
|
||||
p.display_name,
|
||||
p.client,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue