• v1.3.41 776f7a52ad

    Fix: Tilføj manglende kolonner til tmodule_order_lines

    Ghost released this 2025-12-23 00:33:28 +01:00 | 246 commits to main since this release

    CRITICAL BUG FIX:

    • case_contact, time_date, is_travel manglede i tmodule_order_lines tabel
    • Forårsagede SQL fejl ved order creation INSERT
    • Opdateret migration 031 til at tilføje alle manglende kolonner
    • Applied direkte på production DB

    ERROR: column 'case_contact' does not exist
    → INSERT INTO tmodule_order_lines ... case_contact, time_date, is_travel

    Downloads