Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
simmctic
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
simmctic
simmctic
Commits
05b6e5eb
Commit
05b6e5eb
authored
Nov 06, 2019
by
Rafael Dias
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue
#66
: Add unique index to aggr_net_usage_by_day
Signed-off-by:
rafaelcosc
<
rpd17@inf.ufpr.br
>
parent
8e459609
Pipeline
#22341
passed with stages
in 2 minutes and 31 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
2 deletions
+10
-2
database/view/aggr_net_usage_views.sql
database/view/aggr_net_usage_views.sql
+8
-0
portal/reports/reports/cvtAvail.jrxml
portal/reports/reports/cvtAvail.jrxml
+2
-2
No files found.
database/view/aggr_net_usage_views.sql
View file @
05b6e5eb
...
...
@@ -181,3 +181,11 @@ GROUP BY
,
day
,
id_point
;
CREATE
UNIQUE
INDEX
ON
aggr_net_usage_by_day
(
id_point
,
day
,
year
,
month
);
\ No newline at end of file
portal/reports/reports/cvtAvail.jrxml
View file @
05b6e5eb
...
...
@@ -35,7 +35,7 @@ ORDER BY
<field
name=
"last_contact"
class=
"java.sql.Date"
/>
<field
name=
"days_last_contact"
class=
"java.lang.Integer"
/>
<field
name=
"month_contacts"
class=
"java.lang.Long"
/>
<field
name=
"te
le
center"
class=
"java.lang.String"
/>
<field
name=
"te
ch_vocational_
center"
class=
"java.lang.String"
/>
<field
name=
"green"
class=
"java.lang.Boolean"
/>
<field
name=
"yellow"
class=
"java.lang.Boolean"
/>
<field
name=
"red"
class=
"java.lang.Boolean"
/>
...
...
@@ -160,7 +160,7 @@ ORDER BY
</groupHeader>
</group>
<group
name=
"machine"
>
<groupExpression>
<![CDATA[$F{te
le
center}]]>
</groupExpression>
<groupExpression>
<![CDATA[$F{te
ch_vocational_
center}]]>
</groupExpression>
<groupHeader>
<band
height=
"17"
>
<textField
isBlankWhenNull=
"true"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment