Skip to content

Commit

Permalink
Correct headings
Browse files Browse the repository at this point in the history
Signed-off-by: worksofliam <mrliamallan@live.co.uk>
  • Loading branch information
worksofliam committed Oct 28, 2024
1 parent 0d5afb4 commit 00fcf5c
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/content/docs/workshop/git/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -620,11 +620,13 @@ After syncing, you will have all the missing changes on your local device.

</Card></CardGrid>

#### 7. Add additional code
## Creating branches and PRs

### Tasks

<br />

##### The `depts` program
#### 1. The `depts` program

<CardGrid>
<Card>
Expand Down Expand Up @@ -690,7 +692,7 @@ Then, using SQL (either through Visual Studio Code or Access Client Solutions),

![](./assets/depts.png)

##### `UpdateDepartments` procedure
#### 2. `UpdateDepartments` procedure

Next, we're going to create two new files. One `.sqlrpgle` program named `UPDDEPT` to update a table, and one SQL Procedure (`.sql`) named `UpdateProcedure` to call the program. These can both exist in your source directory.

Expand Down

0 comments on commit 00fcf5c

Please sign in to comment.