temporal_tables: init at 1.2.0

This commit is contained in:
Peter Ferenczy
2019-06-11 09:06:26 -07:00
committed by Austin Seipp
parent f6fc49d0bf
commit 3830e5323e
2 changed files with 33 additions and 0 deletions
+2
View File
@@ -35,6 +35,8 @@ self: super: {
pipelinedb = super.callPackage ./ext/pipelinedb.nix { };
temporal_tables = super.callPackage ./ext/temporal_tables.nix { };
timescaledb = super.callPackage ./ext/timescaledb.nix { };
tsearch_extras = super.callPackage ./ext/tsearch_extras.nix { };