_,err=e.Context(ctx).SQL("SELECT table_rows FROM information_schema.tables WHERE tables.table_name = ? AND tables.table_schema = ?;",tablename,x.Dialect().URI().DBName).Get(&rows)
caseschemas.POSTGRES:
_,err=e.Context(ctx).SQL("SELECT reltuples AS estimate FROM pg_class WHERE relname = ?;",tablename).Get(&rows)
@ -2423,7 +2423,7 @@ dashboard.new_version_hint = Gitea %s is now available, you are running %s. Chec
@@ -2423,7 +2423,7 @@ dashboard.new_version_hint = Gitea %s is now available, you are running %s. Chec