Closed GoogleCodeExporter closed 9 years ago
I think these two lines are wrong.
(196 and 197 in /usr/local/elsa/node/conf/schema.sql)
INSERT INTO fields_classes_map (class_id, field_id, field_order) VALUES (0,
(SELECT id FROM fields WHERE field="program"), 2);
INSERT INTO fields_classes_map (class_id, field_id, field_order) VALUES (0,
(SELECT id FROM fields WHERE field="class"), 3);
My fields table gets build prior to this but doesn't contain program or class,
but does contain program_id and class_id but this file gets recreated every run
so it's hard to troubleshoot.
Original comment by ret...@gmail.com
on 24 Jul 2013 at 5:50
Quite right, sorry about that. Fixed in 990.
Original comment by mchol...@gmail.com
on 24 Jul 2013 at 6:54
Original comment by mchol...@gmail.com
on 24 Jul 2013 at 6:54
Original issue reported on code.google.com by
ret...@gmail.com
on 23 Jul 2013 at 1:40