Commit 90370356cab185094c98893faf7dcd910fea4329
1 parent
6c4edfa3
Exists in
master
and in
3 other branches
Changement source SQL pour les insertions IRAP
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
install/installation.sh
... | ... | @@ -261,8 +261,8 @@ if [ $INSTALL_DATA_IRAP -eq 1 ] ; then |
261 | 261 | #if [ -z $rep ] || [ $rep = "N" ] || [ $rep = "n" ] || [ $rep = "Non" ] || [ $rep = "non" ] || [ $rep = "NON" ]; then |
262 | 262 | if [ -z $rep ] || [ $rep = "O" ] || [ $rep = "o" ] || [ $rep = "Oui" ] || [ $rep = "oui" ] || [ $rep = "OUI" ]; then |
263 | 263 | echo "Installation des donnees IRAP dans la base de donnees" |
264 | - #cat ./Insert_TablesFunct.sql ./Upd_TableConstraints.sql >> ./build.sql | |
265 | - cat ./labinvent_2.0_insert-irap_19-04-16.sql >> ./build.sql | |
264 | + cat ./Insert_TablesFunct.sql ./Upd_TableConstraints.sql >> ./build.sql | |
265 | + #cat ./labinvent_2.0_insert-irap_19-04-16.sql >> ./build.sql | |
266 | 266 | else |
267 | 267 | echo "Pas d'install de donnees IRAP dans la base" |
268 | 268 | fi | ... | ... |