From 02f599631b3ca22a0e5946dda05a8c1146bc4d6e Mon Sep 17 00:00:00 2001
From: David James <david.james@informatik.hs-fulda.de>
Date: Tue, 11 Jun 2024 19:12:58 +0200
Subject: [PATCH] rm note
---
pokemon/dim_date.hpl | 35 -----------------------------------
1 file changed, 35 deletions(-)
diff --git a/pokemon/dim_date.hpl b/pokemon/dim_date.hpl
index d89596d..ff77207 100644
--- a/pokemon/dim_date.hpl
+++ b/pokemon/dim_date.hpl
@@ -18,40 +18,6 @@
<modified_date>2022/05/03 19:03:12.482</modified_date>
</info>
<notepads>
- <notepad>
- <backgroundcolorblue>251</backgroundcolorblue>
- <backgroundcolorgreen>232</backgroundcolorgreen>
- <backgroundcolorred>201</backgroundcolorred>
- <bordercolorblue>90</bordercolorblue>
- <bordercolorgreen>58</bordercolorgreen>
- <bordercolorred>14</bordercolorred>
- <fontbold>N</fontbold>
- <fontcolorblue>90</fontcolorblue>
- <fontcolorgreen>58</fontcolorgreen>
- <fontcolorred>14</fontcolorred>
- <fontitalic>N</fontitalic>
- <fontname>Fira Sans</fontname>
- <fontsize>10</fontsize>
- <height>250</height>
- <xloc>2528</xloc>
- <yloc>272</yloc>
- <note>CREATE TABLE dim_date
-(
- id INTEGER PRIMARY KEY
-, "date" TIMESTAMP
-, day_of_week VARCHAR(9)
-, week_of_year INTEGER
-, quarter INTEGER
-, quarter_year VARCHAR(6)
-, "month" VARCHAR(9)
-, month_year VARCHAR(20)
-, "year" INTEGER
-, fiscal_year INTEGER
-, holiday VARCHAR(14)
-)
-;</note>
- <width>218</width>
- </notepad>
</notepads>
<order>
<hop>
@@ -352,7 +318,6 @@
<condition>=</condition>
<field>id</field>
<name>id</name>
- <name2/>
</key>
<schema>pokemon</schema>
<table>dim_date</table>
--
GitLab