o �k�`� � @ s d Z dd� ZdS )a> CREATE TABLE attachment ( type text, id text, filename text, size integer, time integer, description text, author text, ipnr text, UNIQUE(type,id,filename) ); c C s( |� t� | j�ddd� | j�� d S )N� attachment�max_size�262144)�execute�sql�config�set�save)�env�ver�cursor� r �3/usr/lib/python3/dist-packages/trac/upgrades/db3.py� do_upgrade s r N)r r r r r r �<module> s