add patches to README.md and comment to patch

This commit is contained in:
tcprod
2026-02-12 17:37:46 +01:00
parent ca58f9d74c
commit 81671f8ab2
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -1,3 +1,5 @@
-- Apply this patch after using create_database.sql to extend the schema to support fallback passwords
ALTER TABLE users
ADD COLUMN user_fallback_password VARCHAR(255) DEFAULT NULL
AFTER user_password;