HEX
Server: Apache
System: Linux iad1-shared-b8-33 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
User: samfetchero1 (10301780)
PHP: 8.1.33
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