Skip to content

Conversation

@JohnVillalovos
Copy link
Contributor

@JohnVillalovos JohnVillalovos commented May 17, 2025

On a fresh install the following tables do not exist:

  • pending_reservations
  • users_customers

Example error message seen when doing
http://librebooking.example.com/Web/install

Failed. Details: SQL Statement:

ALTER TABLE `users_customers` DEFAULT CHARSET utf8mb4

Error Code:

1146

Error Text:

Table 'librebooking.users_customers' doesn't exist

Closes: #540

On a fresh install the following tables do not exist:
  * pending_reservations
  * users_customers

Example error message seen when doing
http://librebooking.example.com/Web/install

    Failed. Details:
    SQL Statement:

    ALTER TABLE `users_customers` DEFAULT CHARSET utf8mb4

    Error Code:

    1146

    Error Text:

    Table 'librebooking.users_customers' doesn't exist

Closes: #540
@JohnVillalovos JohnVillalovos enabled auto-merge (rebase) May 17, 2025 20:12
@JohnVillalovos JohnVillalovos merged commit a96be80 into develop May 17, 2025
6 checks passed
@JohnVillalovos JohnVillalovos deleted the jlvillal/issue_540 branch May 18, 2025 02:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

database schema upgrade 2.9 is broken on new installs

2 participants