Skip to content

Commit 4e26d30

Browse files
committed
fix
1 parent cae758c commit 4e26d30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aiplan.go/internal/aiplan/http.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,8 +139,8 @@ func Server(db *gorm.DB, c *config.Config, version string) {
139139

140140
dao.FileStorage = storage
141141

142-
slog.Info("Migrate old activities")
143-
activityMigrate(db) //TODO migrate to newActivities
142+
//slog.Info("Migrate old activities")
143+
//activityMigrate(db) //TODO migrate to newActivities
144144

145145
// Query counter
146146
ql := dao.NewQueryLogger()

0 commit comments

Comments
 (0)