Hello!
I try to dump in order to restore the table "enum".
I encouter some problem...
r...@lab:/var/trac/dressingenligne# sqlite3 db/trac.db ".dump enum;"
BEGIN TRANSACTION;
COMMIT;
r...@lab:/var/trac/dressingenligne#
Ok, so, I get into the db mannually:
r...@lab:/var/trac/dressingenligne# sqlite3 db/trac.db
SQLite version 3.5.9
Enter ".help" for instructions
sqlite> SELECT * FROM enum;
resolution|fixed|1
resolution|invalid|2
resolution|wontfix|3
resolution|duplicate|4
resolution|worksforme|5
priority|5|1
priority|4|2
priority|3|3
priority|2|4
priority|1|5
sqlite>
Well, there is some data in it, but:
sqlite> .schema enum;
sqlite>
Uh!
I need that because we reorganised the tickets priority naming and there is
several Tracs where we would like to import this data.
What direction should I investigate to?
Thank you.
--
Chef de projet chez Vectoris
Phone: +261 33 11 207 36
System: xUbuntu 8.10 with almost all from package install
http://www.google.com/search?q=mihamina+rakotomandimby
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---