Skip to content

Commit

Permalink
Merge pull request #1756 from dolthub/steph/dolt-push
Browse files Browse the repository at this point in the history
update dolt_push output schema
  • Loading branch information
stephkyou authored Oct 3, 2023
2 parents 6868137 + 27f0641 commit cadc493
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 cadc493

Please sign in to comment.