Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore: update databases lessons urls #2692

Merged
merged 1 commit into from
Mar 5, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions db/fixtures/lessons/database_lessons.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@ def database_lessons
title: 'Databases',
description: "Here you'll learn the basics of databases and how they store data.",
is_project: false,
url: '/databases/database_basics_lesson.md',
url: '/databases/databases/databases.md',
identifier_uuid: '567f9db4-655c-4df9-9de2-71fc8cfbf391',
},
'Databases and SQL' => {
title: 'Databases and SQL',
description: "Data is the core of every major web app and here you'll learn how to speak SQL. Being able to properly query a database will go a long way to minimising any problems your website's users might encounter with slow response times.",
is_project: false,
url: '/databases/databases.md',
url: '/databases/databases/databases_and_sql.md',
identifier_uuid: '60439aa4-1f12-49e2-8cc9-515574e2ad71',
},
'SQL Zoo' => {
title: 'SQL Zoo',
description: 'The best way to learn is by practice, so this project will give you plenty of opportunity to apply your new SQL powers (for good).',
is_project: true,
url: '/databases/project_databases.md',
url: '/databases/databases/project_sql_zoo.md',
accepts_submission: true,
has_live_preview: false,
identifier_uuid: 'a4baeee4-7bab-47ba-8157-c8f52b204734',
Expand Down