db changes
This commit is contained in:
@@ -9,7 +9,7 @@ import {
|
||||
} from "drizzle-orm/pg-core"
|
||||
|
||||
import { tenants } from "./tenants"
|
||||
import { inventoryItems } from "./inventoryitems"
|
||||
import { inventoryitems } from "./inventoryitems"
|
||||
import { projects } from "./projects"
|
||||
import { vehicles } from "./vehicles"
|
||||
import { authUsers } from "./auth_users"
|
||||
@@ -33,7 +33,7 @@ export const costcentres = pgTable("costcentres", {
|
||||
project: bigint("project", { mode: "number" }).references(() => projects.id),
|
||||
|
||||
inventoryitem: bigint("inventoryitem", { mode: "number" }).references(
|
||||
() => inventoryItems.id
|
||||
() => inventoryitems.id
|
||||
),
|
||||
|
||||
description: text("description"),
|
||||
|
||||
Reference in New Issue
Block a user