Changes between Version 6 and Version 7 of TracInstallInstance

Show
Ignore:
Timestamp:
02/28/10 09:14:35 (3 years ago)
Author:
admin (IP: 10.10.1.10)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracInstallInstance

    v6 v7  
    145145COMMIT; 
    146146}}} 
     147Save this in {{{/tmp/milestones.sql}}} and load with  
     148{{{ 
     149sqlite3 /var/www/trac/db/trac.db 
     150.read /tmp/milestones.sql 
     151}}} 
    147152There will be an error message with the create table because it already exists but this does not prevent the insert statements from being executed. The above lines can be generated using the following python script: 
    148153{{{