Skip to content

Commit

Permalink
update databases lessons urls
Browse files Browse the repository at this point in the history
  • Loading branch information
01zulfi committed Mar 5, 2022
1 parent fcd22c4 commit 096226b
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit 096226b

Please sign in to comment.