chore(deps): update drizzle-orm to 0.45.2 and pg to 8.20.0
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
||||
import { drizzle } from "npm:drizzle-orm/node-postgres";
|
||||
import pg from "npm:pg";
|
||||
import { drizzle } from "npm:drizzle-orm@0.45.2/node-postgres";
|
||||
import pg from "npm:pg@8.20.0";
|
||||
|
||||
const { Pool } = pg;
|
||||
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@ import {
|
||||
primaryKey,
|
||||
serial,
|
||||
text,
|
||||
} from "npm:drizzle-orm/pg-core";
|
||||
} from "npm:drizzle-orm@0.45.2/pg-core";
|
||||
|
||||
export const roles = pgTable("roles", {
|
||||
id: serial("id").primaryKey(),
|
||||
|
||||
Reference in New Issue
Block a user