fix: 🐛 build errors

This commit is contained in:
amianthus
2026-02-02 13:33:04 +00:00
parent d90fd59b99
commit 58ef81c5e0
5 changed files with 13 additions and 10 deletions

View File

@@ -1,8 +1,9 @@
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 = pgTable(
export const revenuecatMappings: Table = pgTable(
"revenuecat_mappings",
{
org_id: text("org_id").notNull(),