Added missing files
This commit is contained in:
@@ -39,6 +39,8 @@ export const tasks = pgTable("tasks", {
|
||||
() => customers.id
|
||||
),
|
||||
|
||||
dependencyIds: jsonb("dependency_ids").notNull().default([]),
|
||||
|
||||
profiles: jsonb("profiles").notNull().default([]),
|
||||
|
||||
archived: boolean("archived").notNull().default(false),
|
||||
|
||||
Reference in New Issue
Block a user