fix(migration): 090 use last_updated instead of updated_at for companies table
Some checks are pending
NordaBiz Tests / Unit & Integration Tests (push) Waiting to run
NordaBiz Tests / E2E Tests (Playwright) (push) Blocked by required conditions
NordaBiz Tests / Smoke Tests (Production) (push) Blocked by required conditions
NordaBiz Tests / Send Failure Notification (push) Blocked by required conditions
Some checks are pending
NordaBiz Tests / Unit & Integration Tests (push) Waiting to run
NordaBiz Tests / E2E Tests (Playwright) (push) Blocked by required conditions
NordaBiz Tests / Smoke Tests (Production) (push) Blocked by required conditions
NordaBiz Tests / Send Failure Notification (push) Blocked by required conditions
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
4b69edd57a
commit
1c05becccc
@ -14,7 +14,7 @@ UPDATE companies
|
|||||||
SET
|
SET
|
||||||
legal_name = 'Lord sp. z o.o.',
|
legal_name = 'Lord sp. z o.o.',
|
||||||
nip = '5882533102',
|
nip = '5882533102',
|
||||||
updated_at = NOW()
|
last_updated = NOW()
|
||||||
WHERE id = 76
|
WHERE id = 76
|
||||||
AND nip = '5871649864'; -- safety check: only update if old NIP matches
|
AND nip = '5871649864'; -- safety check: only update if old NIP matches
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user