Commit 8f7ac1ea authored by 陈曦's avatar 陈曦
Browse files

migration test ddl upgrade

parent 09f45cb0
-- 在测试库执行完migration_release之后,执行这个语句,阻止token刷新
-- 切记不可在生产库执行
UPDATE accounts SET schedulable = false,credentials = NUll WHERE type = 'oauth';
\ No newline at end of file
UPDATE accounts SET schedulable = false,credentials = NUll WHERE type = 'oauth';
-- 将代理置为不可用状态
update proxies set status='inactive' where status='active';
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment