feat: Add Telegram notification

This commit is contained in:
Jonas Kaninda
2024-09-10 23:01:26 +02:00
parent a7f7e57a0d
commit 0f07de1d83
20 changed files with 218 additions and 32 deletions

View File

@@ -1,3 +1,9 @@
// Package pkg /
/*****
@author Jonas Kaninda
@license MIT License <https://opensource.org/licenses/MIT>
@Copyright © 2024 Jonas Kaninda
**/
package pkg
import (
@@ -8,6 +14,7 @@ import (
)
func StartMigration(cmd *cobra.Command) {
utils.Welcome()
utils.Info("Starting database migration...")
//Get DB config
dbConf = getDbConfig(cmd)