Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Simon Bazin
nf26-metar
Commits
b7d2a143
Commit
b7d2a143
authored
Jun 22, 2019
by
Oscar Roisin
Browse files
update date table keys
parent
9e3d6cae
Changes
1
Hide whitespace changes
Inline
Side-by-side
loading.py
View file @
b7d2a143
...
...
@@ -307,7 +307,7 @@ def createTableQueryPartitionningByDate(table):
peak_wind_drct decimal,
peak_wind_time decimal,
metar varchar,
PRIMARY KEY((year
)
, month, day, hour, minute
, station
)
PRIMARY KEY((year, month
)
, day,
station,
hour, minute)
)"""
return
query
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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