Spaces:
Sleeping
Sleeping
Update base.py
Browse files
base.py
CHANGED
@@ -20,7 +20,7 @@ def replace_null_with_empty_string(conn):
|
|
20 |
b_baners = COALESCE(b_baners, ''),
|
21 |
b_butt = COALESCE(b_butt, ''),
|
22 |
b_mess = COALESCE(b_mess, ''),
|
23 |
-
orders = COALESCE(orders, ''),
|
24 |
curator = COALESCE(curator, ''),
|
25 |
pr1 = COALESCE(pr1, ''),
|
26 |
pr2 = COALESCE(pr2, ''),
|
|
|
20 |
b_baners = COALESCE(b_baners, ''),
|
21 |
b_butt = COALESCE(b_butt, ''),
|
22 |
b_mess = COALESCE(b_mess, ''),
|
23 |
+
orders = COALESCE(orders, '{}'),
|
24 |
curator = COALESCE(curator, ''),
|
25 |
pr1 = COALESCE(pr1, ''),
|
26 |
pr2 = COALESCE(pr2, ''),
|