Not that anyone should do this carelessly

So I wanted to modify the list of reports to have the useful ones at the top… And since there was an open slot (report #2) I used sqlite3 to interface with the trac database in /data/trac/astrobear/db (after making a backup etc…) The id needs to be unique - otherwise one could break the trac database….

johannjc@clover db > sqlite3 trac.db
sqlite>  update report set id=2 where id=27;
sqlite> .quit
johannjc@clover db > 

Comments

No comments.