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
- sources from `develop` branch of your fork of utPLSQL repository in `utPLSQL/ut3_latest_release` directory
101
+
- sources from `master` branch of utPLSQL/utPLSQL repository in `utPLSQL/ut3_latest_release` directory
102
+
- binaries of `utplsql-cli` in `utPLSQL/utPLSQL-cli` directory
103
+
- database users created
104
+
- utPLSQL develop version deployed to `ut3` schema
105
+
- utPLSQL released version deployed to `ut3_latest_release`
104
106
105
-
```
107
+
At any time, if you need to refresh your database, the below scripts might be helpful.
106
108
107
-
Cleanup of utPLSQL installation (call from your base repo directory).
109
+
### Cleanup of utPLSQL installation in local database
108
110
```bash
109
111
development/cleanup.sh
110
112
```
111
113
112
-
Install utPLSQL for development (call from your base repo directory)
114
+
### Reinstalling utPLSQL development in `ut3` schema
113
115
```bash
114
-
development/install.sh
116
+
development/refresh_ut3.sh
115
117
```
116
118
117
-
Reinstalling utPLSQL development in `ut3` schema (call from your base repo directory).
118
-
```bash
119
-
development/refresh.sh
120
-
```
119
+
Whenever a new version of utPLSQL or a new version of utPLSQL-cli is available, use `development/refresh_sources.sh` to refresh files in your local project folders.
121
120
122
121
## Modules ##
123
122
123
+
Below diagram gives a high-level overview of utPLSQL v3 modules and their dependencies.
124
+
Dependencies to `ut_util` are not shown as most of modules are depending on it.
0 commit comments