Skip to content

Commit

Permalink
Backup
Browse files Browse the repository at this point in the history
  • Loading branch information
vic-ma committed Sep 3, 2024
1 parent b4edc53 commit 874193d
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions course-definition.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,19 +93,19 @@ stages:
07 // Size of record header (varint): 7
17 // Serial type for sqlite_schema.type (varint): 23
// Size of sqlite_schema.type = (23-13)/2 = 5
// Size of sqlite_schema.type = (23-13)/2 = 5
1b // Serial type for sqlite_schema.name (varint): 27
// Size of sqlite_schema.name = (27-13)/2 = 7
// Size of sqlite_schema.name = (27-13)/2 = 7
1b // Serial type for sqlite_schema.tbl_name (varint): 27
// Size of sqlite_schema.tbl_name = (27-13)/2 = 7
// Size of sqlite_schema.tbl_name = (27-13)/2 = 7
01 // Serial type for sqlite_schema.rootpage (varint): 1
// 8-bit twos-complement integer
// 8-bit twos-complement integer
81 47 // Serial type for sqlite_schema.sql (varint): 199
// Size of sqlite_schema.sql = (199-13)/2 = 93
// Size of sqlite_schema.sql = (199-13)/2 = 93
// Record body
74 61 62 6c 65 // Value of sqlite_schema.type: "table"
Expand Down Expand Up @@ -142,4 +142,10 @@ stages:
In this stage, we'll do XYZ
marketing_md: |-
In this stage, we'll do XYZ.
In this stage, we'll do XYZ.

0 comments on commit 874193d

Please sign in to comment.