TS fixes
This commit is contained in:
@@ -8,7 +8,7 @@ import {
|
||||
|
||||
import { tenants } from "./tenants"
|
||||
import { authProfiles } from "./auth_profiles"
|
||||
import { staffTimeEntries } from "./staff_time_entries"
|
||||
import { stafftimeentries } from "./staff_time_entries"
|
||||
|
||||
export const staffZeitstromTimestamps = pgTable("staff_zeitstromtimestamps", {
|
||||
id: uuid("id").primaryKey().defaultRandom(),
|
||||
@@ -32,7 +32,7 @@ export const staffZeitstromTimestamps = pgTable("staff_zeitstromtimestamps", {
|
||||
time: timestamp("time", { withTimezone: true }).notNull(),
|
||||
|
||||
staffTimeEntry: uuid("staff_time_entry").references(
|
||||
() => staffTimeEntries.id
|
||||
() => stafftimeentries.id
|
||||
),
|
||||
|
||||
internalNote: text("internal_note"),
|
||||
|
||||
Reference in New Issue
Block a user