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__/db10.cpython-310.pyc
o

�k�`��@sgd�Zdd�ZdS))zDROP TABLE revision;zDROP TABLE node_change;z�CREATE TABLE revision (
    rev             text PRIMARY KEY,
    time            integer,
    author          text,
    message         text
);aCREATE TABLE node_change (
    rev             text,
    path            text,
    kind            char(1), -- 'D' for directory, 'F' for file
    change          char(1),
    base_path       text,
    base_rev        text,
    UNIQUE(rev, path, change)
);cCs tD]}|�|�qtd�dS)Nz-Please perform a "resync" after this upgrade.)�sql�execute�print)�env�ver�cursor�s�r�4/usr/lib/python3/dist-packages/trac/upgrades/db10.py�
do_upgrade$sr
N)rr
rrrr	�<module>s