Files
books/TODO

9 lines
255 B
Plaintext

TODO:
# to get from book.author to book.bal
alter table book_author_link add author_num integer;
update book_author_link set author_num = 0;
browse to /fix_an
* book.parent is an array, not a dict - should change it over