DmitrMakeev
commited on
Update base.py
Browse files
base.py
CHANGED
@@ -26,7 +26,7 @@ def replace_null_with_empty_string(conn):
|
|
26 |
shop_status = COALESCE(shop_status, ''),
|
27 |
answers = COALESCE(answers, ''),
|
28 |
quiz = COALESCE(quiz, ''),
|
29 |
-
|
30 |
gc_url = COALESCE(gc_url, ''),
|
31 |
key_pr = COALESCE(key_pr, ''),
|
32 |
n_con = COALESCE(n_con, ''),
|
|
|
26 |
shop_status = COALESCE(shop_status, ''),
|
27 |
answers = COALESCE(answers, ''),
|
28 |
quiz = COALESCE(quiz, ''),
|
29 |
+
kassa = COALESCE(kassa, ''),
|
30 |
gc_url = COALESCE(gc_url, ''),
|
31 |
key_pr = COALESCE(key_pr, ''),
|
32 |
n_con = COALESCE(n_con, ''),
|