Add language assistant features and improve encryption handling: Implement a new route and controller method for sending messages to the language assistant, enhancing user interaction within lessons. Update the encryption utility to support both base64 and hex formats for better compatibility with existing data. Enhance localization files to include new terms related to the language assistant in English, German, and Spanish, improving user experience across languages.
This commit is contained in:
2
backend/sql/expand_user_param_value_to_text.sql
Normal file
2
backend/sql/expand_user_param_value_to_text.sql
Normal file
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE community.user_param
|
||||
ALTER COLUMN value TYPE TEXT;
|
||||
Reference in New Issue
Block a user