Skip to content

Commit

Permalink
feat: cleanup to generic sql lambda change back for syntax fix
Browse files Browse the repository at this point in the history
  • Loading branch information
debrecenid committed Feb 26, 2024
1 parent 3fbdc1b commit 8371eba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/db/queries/cleanUp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import { sql } from "drizzle-orm";

import { db } from "@/db/index";

// eslint-disable-next-line @typescript-eslint/no-unused-vars
export const cleanUp = async (executeSql: string) =>
db.execute(
sql`SELECT table_name FROM information_schema.tables WHERE table_schema='public'`,
Expand Down

0 comments on commit 8371eba

Please sign in to comment.