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