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

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Maciej Pienczyn 2026-03-31 08:55:47 +02:00
parent 4b69edd57a
commit 1c05becccc

View File

@ -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