Remove references to hydra-postgresql.sql
[?]
Jun 5, 2020, 11:42 AM
2JU5XTDPDVNAMZRTAZCKO77CNTJGHHNORKMKKMBZXSTRIKTWPYAACDependencies
- [2]
EHEJZ6YVActually add SQL files to the distribution. - [3]
75BCCX2TGet rid of dependency to SQLite - [4]
KN3VYE5P* Cleaned up the foreign key constraints. - [5]
FV2M6MOThydra: use autoconf/-make - [6]
4S5JF5JPUse latest DBIx::Class::Schema::Loader - [7]
32MXC7NNhydra-init: show SQL commands being executed - [8]
IGR322YPsql: Generate models from postgresql - [9]
AMFMXR52Provide a command ‘hydra-init’ to initialise/upgrade the database - [10]
P73KM42LUpdate the list of SQL files to be installed. - [11]
OKLEIKBGAdd missing upgrade-*.sql files
Change contents
- replacement in src/script/hydra-init at line 28
$dbh->{Driver}->{Name} eq 'Pg' ? "$home/sql/hydra-postgresql.sql" :$dbh->{Driver}->{Name} eq 'Pg' ? "$home/sql/hydra.sql" : - edit in src/sql/Makefile.am at line 3
hydra-postgresql.sql \ - edit in src/sql/Makefile.am at line 7[4.1657]→[4.171:172](∅→∅),[4.3454]→[4.171:172](∅→∅),[4.172]→[4.3454:3554](∅→∅),[4.3454]→[4.3454:3554](∅→∅)
hydra-postgresql.sql: hydra.sqlcpp -P -E -traditional-cpp -DPOSTGRESQL hydra.sql > $@ || rm -f $@ - replacement in src/sql/Makefile.am at line 8
update-dbix: hydra-postgresql.sqlupdate-dbix: hydra.sql - replacement in src/sql/update-dbix-harness.sh at line 36
psql -h "$socket" "$dbname" -f ./hydra-postgresql.sqlpsql -h "$socket" "$dbname" -f ./hydra.sql