From cab8dc409748fe329a67f8650a40e1c72229ab72 Mon Sep 17 00:00:00 2001 From: Wolfgang Hottgenroth Date: Sun, 24 Jan 2021 16:56:28 +0100 Subject: [PATCH] changes --- query-jahresabrechnung.sql | 2 -- 1 file changed, 2 deletions(-) diff --git a/query-jahresabrechnung.sql b/query-jahresabrechnung.sql index 00f4fea..e95a70a 100644 --- a/query-jahresabrechnung.sql +++ b/query-jahresabrechnung.sql @@ -124,5 +124,3 @@ create or replace view jahresabrechnung_flat_v as j.mieter = m.id and m.wohnung = w.id and w.objekt = o.id; - -