σ
O'^c           @@  sf   d  d l  m Z d  d l Z d  d l m Z d  d l m Z d  d l m Z d e f d     YZ	 d S(   i    (   t   absolute_importN(   t   db(   t   SchemaMigration(   t   modelst	   Migrationc           B@  s%  e  Z d    Z d   Z i i i d d 6d d 6d 6d g  i d d	 6f d
 6d g  i  f d 6d g  i d d 6d d 6f d 6d g  i d d 6d d 6d d 6d d 6f d 6d g  i d d 6d d 6f d 6d 6i i d d 6d d 6d 6d g  i d d	 6f d
 6d g  i d d  6d! d" 6f d# 6d$ 6Z d% g Z RS(&   c         C@  s)  t  j d d |  j d  d t  f d |  j d  d t d d	  f f  t  j d
 d g  t  j d d |  j d  d t  f d |  j d  d t d t  f d |  j d  d t d t d t d t  f d |  j d    f d |  j d  d d d | d  f f  t  j d
 d g  d  S(   Nt   djkombu_queuet   ids!   django.db.models.fields.AutoFieldt   primary_keyt   names!   django.db.models.fields.CharFieldt   uniquet
   max_lengthiΘ   t   djangot   Queuet   djkombu_messaget   visibles$   django.db.models.fields.BooleanFieldt   defaultt   db_indext   sent_ats%   django.db.models.fields.DateTimeFieldt   auto_now_addt   nullt   blankt   payloads!   django.db.models.fields.TextFieldt   queues*   django.db.models.fields.related.ForeignKeyt   related_namet   messagest   tos   django.Queuet   Message(   R   t   create_tablet   gft   Truet   send_create_signal(   t   selft   orm(    (    sV   /tmp/pip-unpacked-wheel-UAnTfW/kombu/transport/django/south_migrations/0001_initial.pyt   forwards   s    	(	!-,c         C@  s   t  j d  t  j d  d  S(   NR   R   (   R   t   delete_table(   R   R    (    (    sV   /tmp/pip-unpacked-wheel-UAnTfW/kombu/transport/django/south_migrations/0001_initial.pyt	   backwards    s    R   t   object_names   'djkombu_message't   db_tablet   Metas!   django.db.models.fields.AutoFieldR   R   R   s!   django.db.models.fields.TextFieldR   s*   django.db.models.fields.related.ForeignKeys
   'messages'R   s   orm['django.Queue']R   R   s%   django.db.models.fields.DateTimeFieldR   R   R   R   R   s$   django.db.models.fields.BooleanFieldR   R   s   django.messageR   s   'djkombu_queue's!   django.db.models.fields.CharFieldR	   t   200R
   R   s   django.queueR   (   t   __name__t
   __module__R!   R#   R   t   complete_apps(    (    (    sV   /tmp/pip-unpacked-wheel-UAnTfW/kombu/transport/django/south_migrations/0001_initial.pyR   
   s   			,"%(
   t
   __future__R    t   datetimet   south.dbR   t   south.v2R   t	   django.dbR   R   (    (    (    sV   /tmp/pip-unpacked-wheel-UAnTfW/kombu/transport/django/south_migrations/0001_initial.pyt   <module>   s
   