mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-01 00:12:39 +03:00
timescaledb: include schema migration .sql scripts
This commit is contained in:
parent
0f67947f32
commit
a047e19c15
@ -15,9 +15,9 @@ stdenv.mkDerivation rec {
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin
|
||||
install -D timescaledb.so -t $out/lib
|
||||
install -D timescaledb.control -t $out/share/extension
|
||||
install -D sql/timescaledb--${version}.sql -t $out/share/extension
|
||||
install -D timescaledb.so -t $out/lib
|
||||
install -D timescaledb.control -t $out/share/extension
|
||||
cp -dpR sql/* $out/share/extension/
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user