HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/lib/python3/dist-packages/trac/upgrades/__pycache__/db7.cpython-310.pyc
o

�k�`��@sgd�Zdd�ZdS))z6CREATE TEMPORARY TABLE wiki_old AS SELECT * FROM wiki;zDROP TABLE wiki;a5CREATE TABLE wiki (
         name            text,
         version         integer,
         time            integer,
         author          text,
         ipnr            text,
         text            text,
         comment         text,
         readonly        integer,
         UNIQUE(name,version)
);z�INSERT INTO wiki(name,version,time,author,ipnr,text,comment,readonly) SELECT name,version,time,author,ipnr,text,comment,0 FROM wiki_old;cCstD]}|�|�qdS)N)�sql�execute)�env�ver�cursor�s�r�3/usr/lib/python3/dist-packages/trac/upgrades/db7.py�
do_upgrade s�r	N)rr	rrrr�<module>s