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 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