remove useless script

This commit is contained in:
Anker Jam
2021-01-28 22:28:25 +08:00
parent 8bd70bab96
commit 0e8c4fc9e2
2 changed files with 1 additions and 13 deletions

View File

@@ -1,13 +0,0 @@
#!/bin/sh
# using pkg/adapter. Usually you want to migrate to V2 smoothly, you could running this script
find ./ -name '*.go' -type f -exec sed -i '' -e 's/github.com\/astaxie\/beego/github.com\/astaxie\/beego\/pkg\/adapter/g' {} \;
find ./ -name '*.go' -type f -exec sed -i '' -e 's/"github.com\/astaxie\/beego\/pkg\/adapter"/beego "github.com\/astaxie\/beego\/pkg\/adapter"/g' {} \;
update rrp_flow set status = 4 where flow_id in (5623711176,5629411891)
select * from rrp_flow where flow_id in (5623711176,5629411891) and status = 5
update rrp_flow set status = 5 where flow_id in (5623711176,5629411891)