You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Issue Service |https://api.bytebase.com/#/tag/issueservice|
13
10
14
11
`Issue` drives the database operations in Bytebase. The issue contains following info:
15
12
16
13
-**Issue metadata.** e.g `title` and `description`.
17
-
-**Plan.** Contain one or multiple SQL statements and dictate how they are grouped and ordered. The plan layouts how to execute the SQL statements.
18
-
-**Sheet**. Plan references SQL statements via the `Sheet` object. Each `Sheet` contains one or more SQL statements.
14
+
-**Plan.** Contain one or multiple change statements and dictate how they are grouped and ordered. The plan layouts how to execute the change statements.
15
+
-**Sheet**. Plan references change statements via the `Sheet` object. Each `Sheet` contains one or more change statements.
19
16
-**Step**. Plan orchestrates the order via `Step`. Each `Step` specifies one or more changes units. A change unit specifies the SQL statements via `Sheet` and the target database.
| Plan Service |https://api.bytebase.com/#/tag/planservice|
8
+
| Sheet Service |https://api.bytebase.com/#/tag/sheetservice|
9
+
10
+
`Plan` contains one or multiple change statements and dictate how they are grouped and ordered. The plan layouts how to execute the change statements.
11
+
12
+
-**Sheet**. Plan references change statements via the `Sheet` object. Each `Sheet` contains one or more change statements.
13
+
-**Step**. Plan orchestrates the order via `Step`. Each `Step` specifies one or more changes units. A change unit specifies the SQL statements via `Sheet` and the target database.
0 commit comments