adding support for telegram

This commit is contained in:
jakani24
2024-03-12 15:28:51 +01:00
parent 99a7cb7068
commit e4badb6e68
2 changed files with 48 additions and 1 deletions

View File

@@ -63,7 +63,8 @@
email VARCHAR(255) NOT NULL,
perms VARCHAR(255),
password VARCHAR(255),
2fa VARCHAR(255)
2fa VARCHAR(255),
telegram_id VARCHAR(255)
)";
if ($conn->query($sql) === TRUE) {