Add log for auto-htmx migration step (#59)

This commit is contained in:
2026-07-06 08:24:24 -04:00
parent fcd02ecbec
commit be6251b6ec
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -264,6 +264,7 @@ type RethinkDbData(conn: Net.IConnection, config: DataConfig, log: ILogger<Rethi
update [ nameof WebLog.Empty.AutoOpenGraph, true :> obj ]
write; withRetryOnce; ignoreResult conn
}
Utils.Migration.logStep log "v2.2 to v3" "Converting auto-htmx flag to choices"
do! rethink {
withTable Table.WebLog
filter (nameof WebLog.Empty.AutoHtmx) true