Skip to content

Commit

Permalink
Update to build off of Task Manager students are currently working on
Browse files Browse the repository at this point in the history
  • Loading branch information
zoefarrell committed Jul 11, 2024
1 parent b300e7d commit 455454e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions module2/lessons/databases_and_orms.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ When you create a migration file, the file name will contain a timestamp (someth

### Part 2: Postico

Fork and clone [this repo](https://github.com/turingschool-examples/task_manager_se) of a completed task manager application, then cd into the `task_manager` directory. Use Postico to do the following:
<!-- For the current SE 2 schedule, students start task manager in the morning before this lesson and then continue it over the weekend. We do not plan to share the fully completed task_manager with them at this point. But the link is here if you need it! -->
<!-- Fork and clone [this repo](https://github.com/turingschool-examples/task_manager_se), then cd into the `task_manager` directory. Use Postico to do the following: -->

Pull up the Task Manager application you have been working on.

Expand All @@ -85,7 +86,6 @@ Then, answer the following questions:
- Table
- Column
- Row
- Primary Key
- Schema
- How would you describe your `task_manager_development` database's schema
- What is SQL? How does it relate to the DB?
Expand Down

0 comments on commit 455454e

Please sign in to comment.