mirror of
https://github.com/logos-messaging/nim-chat-sdk.git
synced 2026-01-07 16:43:11 +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:
|
for file in files:
|
||||||
if hasMigrationRun(db, file):
|
if hasMigrationRun(db, file):
|
||||||
info "Migration already applied", file
|
info "Migration already applied", file
|
||||||
info "..."
|
|
||||||
else:
|
else:
|
||||||
info "Applying migration", file
|
info "Applying migration", file
|
||||||
info "..."
|
|
||||||
let sql = readFile(file)
|
let sql = readFile(file)
|
||||||
db.exec(sql(sql))
|
db.exec(sql(sql))
|
||||||
markMigrationRun(db, file)
|
markMigrationRun(db, file)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user