root/trunk/lib/runscripts/schema.pg.sql.run @ 12884
1 | 10779 | aaronmk | #!/bin/bash -e
|
---|---|---|---|
2 | 10780 | aaronmk | . "$(dirname "${BASH_SOURCE[0]}")"/file.pg.sql.run |
3 | 10779 | aaronmk | |
4 | # syncs a schema-only SQL script with the DB
|
||
5 | |||
6 | if self_not_included; then |
||
7 | |||
8 | 10780 | aaronmk | func_override export___file.pg.sql.run |
9 | export_() # usage: rm=1 .../file.run export_ |
||
10 | 12189 | aaronmk | { echo_func; struct=1 export___file.pg.sql.run "$@"; } |
11 | 10779 | aaronmk | |
12 | fi
|