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,7 +1,7 @@
import { sql } from "drizzle-orm";
import { pgTable, text, timestamp } from "drizzle-orm/pg-core";
import { users_temp } from "./user";
import { auth } from "./auth";
import { users_temp } from "./user";
// OLD TABLE
export const session = pgTable("session_temp", {