1
0
mirror of https://github.com/sasjs/core.git synced 2026-01-11 02:50:06 +00:00

feat: Postgres support for getddl macro

This commit is contained in:
Allan Bowe
2020-07-29 12:32:54 +02:00
parent 98a0d185ff
commit 53865a3909
3 changed files with 70 additions and 4 deletions

View File

@@ -30,7 +30,7 @@ doxygen Doxyfile
# refresh github pages site
git clone git@github.com:sasjs/core.github.io.git
cd core.github.io
git rm -r *
rm -r *
mv $BUILD_FOLDER/out/doxy/* .
echo 'core.sasjs.io' > CNAME
git add *