diff options
Diffstat (limited to 'salt')
| -rw-r--r-- | salt/openbook/database/files/update-openbook-schema.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/salt/openbook/database/files/update-openbook-schema.sh b/salt/openbook/database/files/update-openbook-schema.sh index 93e3959..313d324 100644 --- a/salt/openbook/database/files/update-openbook-schema.sh +++ b/salt/openbook/database/files/update-openbook-schema.sh @@ -29,7 +29,7 @@ CALL p_preallocate_partitions('t_metric_aggregate_customer_daily', 'aggregate_da EOF git add -A -git commit -a -m "update create_databases_schama.sql $(date)" +git commit -a -m "update create_databases_schema.sql $(date)" git push popd >/dev/null |
