Events collection should only use two date/time fields; turn off timestaps for collections
This commit is contained in:
@@ -27,8 +27,6 @@ export interface User {
|
||||
export interface EventType {
|
||||
id: string;
|
||||
name: string;
|
||||
createdAt: string;
|
||||
updatedAt: string;
|
||||
}
|
||||
/**
|
||||
* This interface was referenced by `Config`'s JSON-Schema
|
||||
@@ -41,10 +39,6 @@ export interface Event {
|
||||
value: string | EventType;
|
||||
relationTo: 'event-types';
|
||||
};
|
||||
startDate: string;
|
||||
endDate?: string;
|
||||
startTime: string;
|
||||
endTime?: string;
|
||||
createdAt: string;
|
||||
updatedAt: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user