mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-30 12:55:02 +00:00
add property_id task source
This commit is contained in:
parent
958c6e7c71
commit
e32bcf0d4e
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
import { pgTable, uuid, text, timestamp, pgEnum } from "drizzle-orm/pg-core";
|
||||
|
||||
export const sourceEnum = pgEnum("source", ["portfolio_id", "hubspot_deal_id"]);
|
||||
export const sourceEnum = pgEnum("source", ["portfolio_id", "hubspot_deal_id", "property_id"]);
|
||||
|
||||
export const tasks = pgTable("tasks", {
|
||||
id: uuid("id").defaultRandom().primaryKey(),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue