FYI I am working on making the current label structure customizable, this requires some DB changes. If you are building from TRUNK and using the website code, you will need to update your databases BEFORE updating from trunk.

1: Add the new columns to the DB

$ sqlite3 <path to the>.db
sqlite> ALTER TABLE main.books ADD COLUMN product_label text(255);
sqlite> ALTER TABLE main.books ADD COLUMN version_label text(255);
sqlite> ALTER TABLE main.books ADD COLUMN name_label text(255);
sqlite> .quit


2: Rebuild and install a new Publican from trunk

3: Update your site

$ publican update_site --site_config <path to the>.cfg

Cheers, Jeff.

--
Jeff Fearn <[email protected]>
Software Engineer
Engineering Operations
Red Hat, Inc
Freedom ... courage ... Commitment ... ACCOUNTABILITY

_______________________________________________
publican-list mailing list
[email protected]
https://www.redhat.com/mailman/listinfo/publican-list
Wiki: https://fedorahosted.org/publican

Reply via email to