Skip to content

Commit

Permalink
Add postprocessing script.
Browse files Browse the repository at this point in the history
  • Loading branch information
ktlim committed Mar 5, 2024
1 parent 040c71c commit a7a36ff
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions yml/post.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/sh

# Postprocess script for felis Postgres SQL output for cdb_latiss (stdin)
echo "drop schema cdb_latiss cascade; create schema cdb_latiss;"
sed -e 's/"//g'

0 comments on commit a7a36ff

Please sign in to comment.