Project

General

Profile

1
#!/bin/bash -e
2
. "$(dirname "${BASH_SOURCE[0]}")"/file.pg.sql.run
3

    
4
# syncs a schema-only SQL script with the DB
5

    
6
if self_not_included; then
7

    
8
func_override export___file.pg.sql.run
9
export_() # usage: rm=1 .../file.run export_
10
{ echo_func; struct=1 export___file.pg.sql.run; }
11

    
12
fi
(11-11/15)