feat: rebuild auth identity foundation flow
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
INSERT INTO settings (key, value)
|
||||
VALUES
|
||||
('payment_visible_method_alipay_source', ''),
|
||||
('payment_visible_method_wxpay_source', ''),
|
||||
('payment_visible_method_alipay_enabled', 'false'),
|
||||
('payment_visible_method_wxpay_enabled', 'false'),
|
||||
('openai_advanced_scheduler_enabled', 'false')
|
||||
ON CONFLICT (key) DO NOTHING;
|
||||
Reference in New Issue
Block a user