@@ -162,6 +162,7 @@ export type Tables = {
162162 event_id : event__event_id_Type ,
163163 event_site_location : Tables [ 'event_site' ] [ 'event_site_id' ] | null ,
164164 event_type : Tables [ 'event_type' ] [ 'event_type_id' ] ,
165+ last_modified : Date | null ,
165166 name : string ,
166167 plaintext_location : string | null ,
167168 start_datetime : Date ,
@@ -291,7 +292,7 @@ export const TABLE_COLUMNS = {
291292 cabin : [ "cabin_id" , "festival_site_id" , "max_occupancy" , "name" , "nickname" , "notes" ] ,
292293 diet : [ "description" , "diet_id" ] ,
293294 discount : [ "discount_code" , "discount_id" , "price_multiplier" , "purchase_type_id" ] ,
294- event : [ "created_by_account_id" , "description" , "end_datetime" , "event_id" , "event_site_location" , "event_type" , "name" , "plaintext_location" , "start_datetime" , "will_be_filmed" ] ,
295+ event : [ "created_by_account_id" , "description" , "end_datetime" , "event_id" , "event_site_location" , "event_type" , "last_modified" , " name", "plaintext_location" , "start_datetime" , "will_be_filmed" ] ,
295296 event_bookmark : [ "account_id" , "event_id" ] ,
296297 event_site : [ "can_host_multiple_events" , "description" , "equipment" , "event_site_id" , "festival_site_id" , "location" , "name" , "people_cap" , "structure_type" , "theme" ] ,
297298 event_type : [ "event_type_id" ] ,
0 commit comments