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