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

@ -19,3 +19,4 @@
- Fix 4456: Fix router method expression [4456](https://github.com/beego/beego/pull/4456)
- Remove some `go get` lines in `.travis.yml` file [4469](https://github.com/beego/beego/pull/4469)
- Fix 4451: support QueryExecutor interface. [4461](https://github.com/beego/beego/pull/4461)
- Add some testing scripts [4461](https://github.com/beego/beego/pull/4461)

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)