fix: update SQL queries to use parameterized table names for security

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-05-04 22:40:24 +02:00
parent 4df6d243f3
commit 2a4825269b
2 changed files with 4 additions and 3 deletions
+1
View File
@@ -6,6 +6,7 @@ CREATE TABLE users (
created_at TIMESTAMP DEFAULT CURRENT_TIMESTAMP
);
/* This scheme does not have to be implemented manually. It always will be generated by the backend */
CREATE TABLE xx_DD_MM_YYYY (
id INT AUTO_INCREMENT PRIMARY KEY,
Vorname VARCHAR(100) NOT NULL,