mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-12 23:35:50 +00:00
8 lines
274 B
Bash
Executable File
8 lines
274 B
Bash
Executable File
#!/bin/bash
|
|
# For that to work skeema needed to be installed on system
|
|
# in login_server/skeema skeema configuration files need to be there also in the subfolders
|
|
# Update DB Schemas (only the schemas, not the data)
|
|
|
|
cd ../../login_server/skeema
|
|
skeema push --allow-unsafe
|