db-init: comment cleanup

This commit is contained in:
2026-04-28 14:00:36 +00:00
parent aaf027b15f
commit 4a4efcabb8

View File

@@ -69,7 +69,7 @@ spec:
fi fi
# Initialise base ONLY if the DB has never been initialised. # Initialise base ONLY if the DB has never been initialised.
# The earlier comment claimed `-i base` was a no-op on # The earlier comment claimed `-i base` was a no-op on
# already-initialised databases — that's wrong on Odoo # already-initialised databases — that's wrong on Odoo
# 16+. `-i base` always runs `_process_end` which tries # 16+. `-i base` always runs `_process_end` which tries
# to unlink stale `ir.model.data` records flagged # to unlink stale `ir.model.data` records flagged
# noupdate=False; if any of those records are # noupdate=False; if any of those records are