diff --git a/backend/src/db/migrations/011_clear_textbook_authors.sql b/backend/src/db/migrations/011_clear_textbook_authors.sql new file mode 100644 index 0000000..148ce80 --- /dev/null +++ b/backend/src/db/migrations/011_clear_textbook_authors.sql @@ -0,0 +1,2 @@ +-- Очистить поле author у всех учебников — они стали внутренними работами проекта. +UPDATE textbooks SET author = ''; diff --git a/frontend/textbooks/algebra_8.html b/frontend/textbooks/algebra_8.html index 206bcb6..ff4460d 100644 --- a/frontend/textbooks/algebra_8.html +++ b/frontend/textbooks/algebra_8.html @@ -3,7 +3,7 @@
-