Spaces:
Sleeping
Sleeping
Update base.py
Browse files
base.py
CHANGED
@@ -25,7 +25,7 @@ def replace_null_with_empty_string(conn):
|
|
25 |
bonus = COALESCE(bonus, ''),
|
26 |
shop_status = COALESCE(shop_status, ''),
|
27 |
answers = COALESCE(answers, ''),
|
28 |
-
|
29 |
pr5 = COALESCE(pr5, ''),
|
30 |
gc_url = COALESCE(gc_url, ''),
|
31 |
key_pr = COALESCE(key_pr, ''),
|
|
|
25 |
bonus = COALESCE(bonus, ''),
|
26 |
shop_status = COALESCE(shop_status, ''),
|
27 |
answers = COALESCE(answers, ''),
|
28 |
+
quiz = COALESCE(quiz, ''),
|
29 |
pr5 = COALESCE(pr5, ''),
|
30 |
gc_url = COALESCE(gc_url, ''),
|
31 |
key_pr = COALESCE(key_pr, ''),
|