chore: Add deprecated alert

This commit is contained in:
Siwoo Jeon 2025-05-19 19:51:49 +09:00
parent fce4dc2e73
commit b573016d0e
Signed by: migan
GPG key ID: 036E9A8C5E8E48DA

View file

@ -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()