From 5d5d0c6e10a7f7c960a37767624534d5c55a0b60 Mon Sep 17 00:00:00 2001 From: Alistair Johnson Date: Wed, 4 Jan 2017 14:41:54 -0500 Subject: [PATCH] move postgres files out of subfolder --- concepts/demographics/{postgres => }/HeightWeightQuery.sql | 0 concepts/demographics/{postgres => }/Makefile | 0 concepts/demographics/{postgres => }/clean.sql | 0 concepts/demographics/{postgres => }/icustay_detail.sql | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename concepts/demographics/{postgres => }/HeightWeightQuery.sql (100%) rename concepts/demographics/{postgres => }/Makefile (100%) rename concepts/demographics/{postgres => }/clean.sql (100%) rename concepts/demographics/{postgres => }/icustay_detail.sql (100%) diff --git a/concepts/demographics/postgres/HeightWeightQuery.sql b/concepts/demographics/HeightWeightQuery.sql similarity index 100% rename from concepts/demographics/postgres/HeightWeightQuery.sql rename to concepts/demographics/HeightWeightQuery.sql diff --git a/concepts/demographics/postgres/Makefile b/concepts/demographics/Makefile similarity index 100% rename from concepts/demographics/postgres/Makefile rename to concepts/demographics/Makefile diff --git a/concepts/demographics/postgres/clean.sql b/concepts/demographics/clean.sql similarity index 100% rename from concepts/demographics/postgres/clean.sql rename to concepts/demographics/clean.sql diff --git a/concepts/demographics/postgres/icustay_detail.sql b/concepts/demographics/icustay_detail.sql similarity index 100% rename from concepts/demographics/postgres/icustay_detail.sql rename to concepts/demographics/icustay_detail.sql