
    `jt                    V    d Z ddlmZ ddlZddlmZmZ  G d dej                        Zy)u   Phase 1 — Create GuestStay table with idswh nullable.

No uniqueness constraint yet. No backfill yet.
Safe to deploy to production with zero downtime.
    )annotationsN)
migrationsmodelsc                     e Zd ZddgZ ej
                  dd ej                  dddd      fd	 ej                  d
e	j                  j                  j                  j                  dd      fd ej                  de	j                  j                  j                  j                  dd      fd ej                  d      fd ej                  d      fd ej                  dddddd      fd ej                  d      fd ej                  d      fgddi        ej                   d! ej"                  d	dgd"#      $       ej                   d! ej"                  ddgd%#      $      gZy&)'	Migration)bookings0016_booking_checkin_status)guests0009_guest_istat_fields	GuestStayidTFID)auto_createdprimary_key	serializeverbose_namebookingz!The booking this stay belongs to.guest_stayszbookings.booking)	help_text	on_deleterelated_nametoguestzThe guest this stay belongs to.stayszguests.guestcheck_in_datez7Check-in date copied from the booking at creation time.)r   check_out_datez8Check-out date copied from the booking at creation time.idswhzvPermanent, globally unique regulatory identity token. Generated once at creation. Never recomputed, never overwritten.@   )db_indexeditabler   
max_lengthnullunique
created_at)auto_now_add
updated_at)auto_nowdb_table)namefieldsoptions	gueststaygueststay_booking_guest_idx)r*   r)   )
model_nameindexgueststay_dates_idxN)__name__
__module____qualname__dependenciesr   CreateModelr   BigAutoField
ForeignKeydjangodbdeletionCASCADE	DateField	CharFieldDateTimeFieldAddIndexIndex
operations     ,/backend/guests/migrations/0010_gueststay.pyr   r      s    	4-L 	
 'F''%)$("'%)	 %F%%"E"())"2"2";";"C"C%2-	 %F%%"C"())"2"2";";"C"C%,)	 $$F$$"[ %$F$$"\ $F$$!%!&_ $&!$
 3v33FG3v33TBCu;z M}A	
D 	
"&,,!7+2	
 	
"&,,')9:*	
UQJrC   r   )	__doc__
__future__r   django.db.models.deletionr8   	django.dbr   r   r   rB   rC   rD   <module>rI      s)   
 #   (X
$$ XrC   