@@ -9,13 +9,13 @@ Manage the Relational Model
9
9
.. contents:: On this page
10
10
:local:
11
11
:backlinks: none
12
- :depth: 1
12
+ :depth: 2
13
13
:class: singlecol
14
14
15
- You can use the :guilabel:`Manage` button on the :guilabel:`Schema model` pane to
16
- make changes to the schemas or tables you want to include in
15
+ You can use the :guilabel:`Manage` button on the :guilabel:`Schema model`
16
+ pane to make changes to the schemas or tables you want to include in
17
17
your migration project. You can also connect to the source database
18
- or use a DDL file to refresh the list of available tables.
18
+ or use a {+ddl+} file to refresh the list of available tables.
19
19
20
20
Add or Remove Tables from a Project
21
21
-----------------------------------
@@ -28,40 +28,44 @@ the :guilabel:`Manage` button.
28
28
29
29
#. Click the check box next to the schema or schemas you are migrating.
30
30
31
- #. To expand the tables in a schema, click ``>``.
31
+ #. To expand the tables in a schema, click the :icon-fa5:`chevron-right`
32
+ button.
32
33
33
34
Select the tables you want to add or remove from your migration.
34
35
35
36
#. Click :guilabel:`Save`.
36
37
37
38
Changes from your relational database are reflected in the main
38
- Relational Migrator diagram and included in future migration jobs.
39
+ Relational Migrator diagram and included in future sync jobs.
39
40
40
41
Refresh Schema Changes
41
42
----------------------
42
43
43
- If your relational database table structure changes, use the :guilabel:`Refresh Schema` button to let Relational Migrator know.
44
+ If your relational database table structure changes, use the
45
+ :guilabel:`Refresh Schema` button to let Relational Migrator know.
44
46
45
- 1. From the :guilabel:`Mapping` screen, click the :guilabel:`Manage` button on the
46
- :guilabel:`Schema model` pane.
47
+ 1. From the :guilabel:`Mapping` screen, click the :guilabel:`Manage`
48
+ button on the :guilabel:`Schema model` pane.
47
49
48
- #. Click the :guilabel:`Refresh schema` button on the Manage relational model modal.
50
+ #. Click the :guilabel:`Refresh schema` button on the Manage
51
+ relational model modal.
49
52
50
- #. Select either :ref:`Connect DB <connect-db>` or :ref:`Import DDL File <import-ddl-file>`.
53
+ #. Select either :ref:`Connect to database <connect-to-db>` or
54
+ :ref:`Import DDL File <import-ddl-file>`.
51
55
52
- .. _connect-db:
56
+ .. _connect-to- db:
53
57
54
- Connect DB
55
- ~~~~~~~~~~~
58
+ Connect to database
59
+ ~~~~~~~~~~~~~~~~~~~
56
60
57
- :guilabel:`Connect DB ` rescans the schema. Changes in foreign key relations or data
58
- types for the underlying tables are read into Migrator.
61
+ :guilabel:`Connect to database ` rescans the schema. Changes in foreign key
62
+ relations or data types for the underlying tables are read into Migrator.
59
63
60
- 1. Input the :guilabel:`JDBC URI`, :guilabel:`Username` and :guilabel:`Password`
61
- for the database instance you are connecting to.
64
+ 1. Input the :guilabel:`JDBC URI`, :guilabel:`Username` and
65
+ :guilabel:`Password` for the database instance you are connecting to.
62
66
63
- The account used can be different from the credentials you used when creating
64
- the project.
67
+ The account used can be different from the credentials you used when
68
+ creating the project.
65
69
66
70
.. note::
67
71
@@ -74,14 +78,14 @@ types for the underlying tables are read into Migrator.
74
78
75
79
Any changes from your relational database are reflected in
76
80
the main Relational Migrator diagram and included in future
77
- migration jobs.
81
+ sync jobs.
78
82
79
83
.. _import-ddl-file:
80
84
81
85
Import DDL File
82
86
~~~~~~~~~~~~~~~
83
87
84
- :guilabel:`Import DDL File` opens a file prompt that accepts a DDL file of the
88
+ :guilabel:`Import DDL File` opens a file prompt that accepts a {+ddl+} file of the
85
89
relational schema you are migrating. Any changes in the foreign key relations or
86
90
data types for the underlying tables are read into Migrator.
87
91
@@ -95,11 +99,11 @@ data types for the underlying tables are read into Migrator.
95
99
- PostgreSQL
96
100
- SQL Server
97
101
98
- #. Choose a file or drag and drop a DDL statement file.
102
+ #. Choose a file or drag and drop a {+ddl+} statement file.
99
103
100
104
#. Click :guilabel:`Import`.
101
105
102
106
#. Click :guilabel:`Save`.
103
107
104
108
Any changes from your relational database are reflected in the main
105
- Relational Migrator diagram and included in future migration jobs.
109
+ Relational Migrator diagram and included in future sync jobs.
0 commit comments