converted over to bal from author, and fixed up the way sub books / series interact

This commit is contained in:
2023-07-01 14:26:36 +10:00
parent 90792728b3
commit 6cef2e0d9c
5 changed files with 230 additions and 92 deletions

8
TODO
View File

@@ -0,0 +1,8 @@
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