mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 13:05:53 +03:00
[GH-ISSUE #1658] 🐛 [Bug] config/database.php - CREATE TABLE uses mysql / mariadb key work "lock" and won't create table. #691
Labels
No labels
2fa
I18N
PGP
Security
Security
account
advanced_search
advanced_search
announcement
api_login
authentication
awaiting feedback
blocker
bug
bug
bug
calendar
config
contacts
core
core
devops
docker
docs
duplicate
dynamic_login
enhancement
epic
feature
feeds
framework
github
github
gmail_contacts
good first issue
help wanted
history
history
imap
imap_folders
inline_message
installation
keyboard_shortcuts
keyboard_shortcuts
ldap_contacts
mobile
need-ssh-access
new module set
nux
pop3
profiles
pull-request
question
refactor
release
research
saved_searches
smtp
strategic
tags
tests
themes
website
wordpress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cypht#691
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jeremiah on GitHub (Sep 5, 2025).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/1658
Originally assigned to: @Baraka24 on GitHub.
🐛 Bug
https://github.com/cypht-org/cypht/blame/a5498a45e67525379aa9d1d17418f5534c00fef2/config/database.php#L78
The instructions for creating a table for MySQL / MariaDB / SQLite include the column name "lock" which is a reserved keyword in mysql. Has this schema been tested since MySQL / MariaDB on Debian 13 will not create this table.
Version & Environment
Rev: [master-cypht]
OS: [Debian 13]
@Baraka24 commented on GitHub (Sep 5, 2025):
Thanks for your report, we'll look into this.