diff --git a/src/schema/schema.ts b/src/schema/schema.ts index 828ddc0d..bc54d609 100644 --- a/src/schema/schema.ts +++ b/src/schema/schema.ts @@ -36,7 +36,6 @@ export type Pickup = { id: number; // bigint generated by default as identity date: Date; // text not null start_time: Date; // text null - end_time: Date; // text null }; export type Product = {