
­­­­­­­­­­­­­­­­­­
<!DOCTYPE html>
<html>
U
    /X                     @   sj   d Z ddlZddlZddlZdZdZdZdZ	e
eZee  G dd dejZd	d
lmZmZ dS )z
    The package description.

    Nz0.6.4peewee_migratez!Kirill Klenov <horneds@gmail.com>ZBSDc                   @   s0   e Zd ZdZe Zejej	j
dZdd ZdS )MigrateHistoryz$Presents the migrations in database.)defaultc                 C   s   | j S )zString representation.)name)self r   H/opt/alt/python38/lib/python3.8/site-packages/peewee_migrate/__init__.py__unicode__   s    zMigrateHistory.__unicode__N)__name__
__module____qualname____doc__pwZ	CharFieldr   ZDateTimeFielddtdatetimeutcnowZmigrated_atr	   r   r   r   r   r      s   r      )MigratorRouter)r   ZloggingZpeeweer   r   r   __version__Z__project__
__author____license__Z	getLoggerr
   ZLOGGERZ
addHandlerZStreamHandlerZModelr   Zrouterr   r   r   r   r   r   <module>   s   
