API 1.2.2 fix firebase string, customer login

This commit is contained in:
Tibor Bossanyi
2023-04-11 16:53:33 +02:00
parent bdbfe1cd48
commit 73d189a357
13 changed files with 49 additions and 14 deletions
+5
View File
@@ -0,0 +1,5 @@
START TRANSACTION;
UPDATE configuration set config_value = "1.2.2", date_change=CURRENT_DATE WHERE config_key = "db_version";
COMMIT;