diff --git a/backend/src/db/migrations/029_clear_all_textbook_authors.sql b/backend/src/db/migrations/029_clear_all_textbook_authors.sql new file mode 100644 index 0000000..7fd96f7 --- /dev/null +++ b/backend/src/db/migrations/029_clear_all_textbook_authors.sql @@ -0,0 +1,3 @@ +-- Очистка всех авторов в каталоге учебников. +-- Все материалы теперь принадлежат LearnSpace, оригинальные авторы убраны. +UPDATE textbooks SET author = ''; diff --git a/frontend/textbooks/algebra_10_hub.html b/frontend/textbooks/algebra_10_hub.html index a846d63..f4a7e46 100644 --- a/frontend/textbooks/algebra_10_hub.html +++ b/frontend/textbooks/algebra_10_hub.html @@ -219,7 +219,7 @@ main{max-width:1100px;margin:0 auto;padding:32px 24px 60px}