Skip to content
This repository has been archived by the owner on Feb 14, 2023. It is now read-only.

Commit

Permalink
Removed view v_timetell_projectenoverzicht
Browse files Browse the repository at this point in the history
After minimizing the EMP table, we needed to remove the view
v_timetell_projectenoverzicht, because it used old entries in EMP.
The deleted view is outdated, and supposedly not used anymore.
  • Loading branch information
jklardie committed Feb 27, 2020
1 parent 38ff82e commit 8a32fd0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2,215 deletions.
4 changes: 1 addition & 3 deletions src/importer/import.py
Original file line number Diff line number Diff line change
Expand Up @@ -861,16 +861,14 @@
_CUSTOMER_SETTINGS = dict(
datapunt=dict(
tables=(

'ACT', 'EMP', 'ORG', 'JOB', 'CUST', 'CUST_CONTACT', 'EMP_CONTRACT',
'EMP_ORG', 'PRJ', 'PRJ_LINK', 'SYS_PRJ_NIV', 'HRS', 'SYS_OPT_ITM',
'VW_LABEL_PRJ'
),
sql=pkg_resources.resource_string(
__name__, 'sql/datapunt.sql'
).decode('utf-8'),
tables_to_check=["v_timetell_projectenoverzicht",
"v_timetell_projectenoverzicht_3",
tables_to_check=["v_timetell_projectenoverzicht_3",
"v_timetell_projectenoverzicht_4"]
),
dienstverlening=dict(
Expand Down
Loading

0 comments on commit 8a32fd0

Please sign in to comment.