This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
seger672
/
dss
forked from
perception/dss
Watch
1
Star
1
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Drop old index too
master
Perception
3 months ago
parent
f80a820a19
commit
45df1554b0
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
sql/ds.002.sql
+ 2
- 1
sql/ds.002.sql
View File
@ -1 +1,2 @@
CREATE
INDEX
article_ympd
ON
article
(
year
,
month
,
published_date
)
;
CREATE
INDEX
article__ympd
ON
article
(
year
,
month
,
published_date
)
;
DROP
INDEX
article__year_month
;
Write
Preview
Loading…
Cancel
Save