mirror of
https://github.com/logos-messaging/nim-chat-sdk.git
synced 2026-01-04 07:03:09 +00:00
chore: remove useless log
This commit is contained in:
parent
a0bdb421ff
commit
d57d81bdcb
@ -25,10 +25,8 @@ proc runMigrations*(db: DbConn, dir = "migrations") =
|
||||
for file in files:
|
||||
if hasMigrationRun(db, file):
|
||||
info "Migration already applied", file
|
||||
info "..."
|
||||
else:
|
||||
info "Applying migration", file
|
||||
info "..."
|
||||
let sql = readFile(file)
|
||||
db.exec(sql(sql))
|
||||
markMigrationRun(db, file)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user