Changes between Initial Version and Version 1 of Ticket #11424, comment 1


Ignore:
Timestamp:
Dec 3, 2013, 3:55:34 PM (10 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11424, comment 1

    initial v1  
    1818 1. Create a new table called "repository_node" with an `id integer primary key autoincrement`, and text columns `repo`, `filename` and `contents`
    1919 1. Create a new table called "repository_version" with an `id integer primary key autoincrement`, and text columns  `repo` and `version`
    20  1. `insert into system (name, value) values ('multireposearch.sqlindexer.db_version', '1');
     20 1. `insert into system (name, value) values ('multireposearch.sqlindexer.db_version', '1');`
    2121
    2222After you've run those three commands, you should be all set up, and won't need to run `trac-admin upgrade`.