Project

General

Profile

« Previous | Next » 

Revision 10776

added inputs/.TNRS/schema.sql.run, which syncs schema.sql with the DB

View differences:

inputs/.TNRS/schema.sql.run
1
#!/bin/bash -e
2
. "$(dirname "${BASH_SOURCE[0]}")"/../../lib/runscripts/import.run
3
.rel ../../lib/runscripts/in_datasrc_dir.run
4

  
5
# syncs schema.sql with the DB
6

  
7
if self_not_included; then
8

  
9
export_()
10
{
11
	echo_func; set_make_vars; deferred_check_target_exists
12
	struct=1 create_schema= to_top_file pg_dump_local
13
}
14

  
15
fi
0 16

  

Also available in: Unified diff