chore: Add deprecated alert
This commit is contained in:
parent
fce4dc2e73
commit
b573016d0e
1 changed files with 2 additions and 0 deletions
|
@ -29,6 +29,8 @@ func DBMigrate(n *commando.Node) error {
|
||||||
|
|
||||||
wg.Add(3)
|
wg.Add(3)
|
||||||
|
|
||||||
|
fmt.Println("[경고] 해당 명령어는 다음 버전에서 사라져요.")
|
||||||
|
|
||||||
// statement -> text
|
// statement -> text
|
||||||
go func() {
|
go func() {
|
||||||
defer wg.Done()
|
defer wg.Done()
|
||||||
|
|
Loading…
Reference in a new issue