refactor: delete

This commit is contained in:
Mauricio Siu
2025-02-13 00:38:39 -06:00
parent 23f1ce17de
commit 7c62408070
7 changed files with 7 additions and 160 deletions

View File

@@ -1,6 +1,6 @@
import { boolean, pgTable, text, timestamp } from "drizzle-orm/pg-core";
import { users_temp } from "./user";
import { nanoid } from "nanoid";
import { users_temp } from "./user";
export const account = pgTable("account", {
id: text("id")