ci: trigga på master + formatfix inför Gitea Actions
CI / Typecheck, test & build (push) Failing after 2s
CI / Typecheck, test & build (push) Failing after 2s
This commit is contained in:
@@ -32,10 +32,7 @@ async function main() {
|
||||
const usersWithoutHousehold = await db
|
||||
.select({ id: schema.users.id, locale: schema.users.locale })
|
||||
.from(schema.users)
|
||||
.leftJoin(
|
||||
schema.householdMembers,
|
||||
eq(schema.householdMembers.userId, schema.users.id),
|
||||
)
|
||||
.leftJoin(schema.householdMembers, eq(schema.householdMembers.userId, schema.users.id))
|
||||
.where(isNull(schema.householdMembers.userId));
|
||||
|
||||
console.log(`[backfill] Hittade ${usersWithoutHousehold.length} användare utan hushåll.`);
|
||||
|
||||
Reference in New Issue
Block a user