Skip to content

Commit

Permalink
idk
Browse files Browse the repository at this point in the history
  • Loading branch information
AvidDabbler committed Feb 4, 2024
1 parent 37e584d commit eea4867
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drizzle/enable-wal.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const { sql } = require( "drizzle-orm" );
import { sql } from "drizzle-orm"

const { db } = require("./config");
import { db } from "./config";

db.run(sql`PRAGMA journal_mode = WAL;`);

0 comments on commit eea4867

Please sign in to comment.