fix: 🐛 remove generic type
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
import type { AppEnv } from "@models/genModels/genEnums";
|
||||
import { organizations } from "@models/orgModels/orgTable.js";
|
||||
import type { Table } from "drizzle-orm";
|
||||
import { foreignKey, pgTable, primaryKey, text } from "drizzle-orm/pg-core";
|
||||
|
||||
export const revenuecatMappings: Table = pgTable(
|
||||
export const revenuecatMappings = pgTable(
|
||||
"revenuecat_mappings",
|
||||
{
|
||||
org_id: text("org_id").notNull(),
|
||||
|
||||
Reference in New Issue
Block a user