Skip to content

Commit

Permalink
Merge pull request #1757 from dolthub/gitbook-dev
Browse files Browse the repository at this point in the history
publish
  • Loading branch information
stephkyou committed Oct 3, 2023
2 parents 1337bf2 + cadc493 commit 51574c9
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions content/reference/sql/version-control/dolt-sql-procedures.md
Original file line number Diff line number Diff line change
Expand Up @@ -926,11 +926,12 @@ CALL DOLT_PUSH('--force', 'origin', 'main');
### Output Schema

```text
+--------+------+---------------------------+
| Field | Type | Description |
+--------+------+---------------------------+
| status | int | 0 if successful, 1 if not |
+--------+------+---------------------------+
+---------+------+-----------------------------+
| Field | Type | Description |
+---------+------+-----------------------------+
| status | int | 0 if successful, 1 if not |
| message | text | success/failure information |
+---------+------+-----------------------------+
```

### Example
Expand Down

0 comments on commit 51574c9

Please sign in to comment.