File: //usr/lib/python3/dist-packages/trac/upgrades/__pycache__/db10.cpython-310.pyc
o
�k�`� � @ s g d �Z dd� ZdS ))zDROP TABLE revision;zDROP TABLE node_change;z�CREATE TABLE revision (
rev text PRIMARY KEY,
time integer,
author text,
message text
);a CREATE 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)
);c C s t D ]}|�|� qtd� d S )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)r r
r r r r �<module> s