Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
sygal-import-ws
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
open-source
sygal-import-ws
Commits
6f902cf8
Commit
6f902cf8
authored
Mar 11, 2020
by
Bertrand Gauthier
Browse files
Options
Downloads
Patches
Plain Diff
Release notes 1.3.3 : invitation à lancer la commande 'update-service-tables'
parent
f94f3be5
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#7003
passed
Mar 11, 2020
Stage: test
Changes
1
Pipelines
2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/release-notes/v1.3.3.md
+24
-0
24 additions, 0 deletions
doc/release-notes/v1.3.3.md
with
24 additions
and
0 deletions
doc/release-notes/v1.3.3.md
+
24
−
0
View file @
6f902cf8
...
...
@@ -83,4 +83,28 @@ alter table SYGAL_FINANCEMENT add LIBELLE_TYPE_FINANCEMENT varchar2(100) ;
#### Physalis
-
Voici le nouveau script de la vue
`V_SYGAL_FINANCEMENT`
:
À définir.
-
Et voici de quoi mettre à jour la table
`SYGAL_FINANCEMENT`
:
```
sql
alter
table
SYGAL_FINANCEMENT
add
CODE_TYPE_FINANCEMENT
varchar2
(
8
)
;
alter
table
SYGAL_FINANCEMENT
add
LIBELLE_TYPE_FINANCEMENT
varchar2
(
100
)
;
```
Serveur d'application
---------------------
Sur le serveur où est installé le web service, placez-vous dans le répertoire du web service (typiquement
`/var/www/sygal-import-ws`
) et lancez la commande remplissant la table
`SYGAL_FINANCEMENT`
à partir de la vue
`V_SYGAL_FINANCEMENT`
:
```
bash
php public/index.php update-service-tables
--services
=
financement
--verbose
```
Puis vérifiez dans la base de données que des données sont présentes dans les nouvelles colonnes de la table
`SYGAL_FINANCEMENT`
.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment