Server : Apache System : Linux iad1-shared-b8-43 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64 User : dh_edsupp ( 6597262) PHP Version : 8.2.26 Disable Function : NONE Directory : /lib/python3/dist-packages/trac/upgrades/__pycache__/ |
Upload File : |
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