diff --git a/backend/src/db/migrations/008_algebra_8.sql b/backend/src/db/migrations/008_algebra_8.sql new file mode 100644 index 0000000..e65d407 --- /dev/null +++ b/backend/src/db/migrations/008_algebra_8.sql @@ -0,0 +1,6 @@ +-- Add interactive Algebra 8 textbook (Глава 1 only for now) +-- by Арефьева И. Г., Пирютко О. Н., 2018 (Минск, «Народная асвета») +INSERT OR IGNORE INTO textbooks (slug, subject, grade, title, author, description, html_path, para_count, color, sort_order) VALUES + ('algebra-8', 'math', 8, 'Алгебра — 8 класс', 'Арефьева И. Г., Пирютко О. Н.', + 'Интерактивный учебник по алгебре 8 класса. Глава 1 «Квадратные корни и их свойства. Действительные числа»: §1–§6 + Финал главы. Боксёрский ринг, игра «Таблица квадратов», 5+ интерактивов в каждом параграфе.', + 'algebra_8.html', 7, 'pink', 3);