summaryrefslogtreecommitdiffstats
path: root/db/migrate/103_set_custom_fields_editable.rb
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2016-06-20 19:03:53 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2016-06-20 19:03:53 +0000
commit1b10649783e2884fde72501bf86a78b68f24ea57 (patch)
treeaebed9b6ecd0f7e7fa44799ac680eac11a2352fd /db/migrate/103_set_custom_fields_editable.rb
parent3f20ab690d08af503a06a55e93d605bd6a12a84c (diff)
downloadredmine-1b10649783e2884fde72501bf86a78b68f24ea57.tar.gz
redmine-1b10649783e2884fde72501bf86a78b68f24ea57.zip
Sort messages by ids to avoid the left join.
The query was really slow with PostgreSQL and a few thousands messages, and last_message_id column was storing the highest id anyway. git-svn-id: http://svn.redmine.org/redmine/trunk@15582 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'db/migrate/103_set_custom_fields_editable.rb')
0 files changed, 0 insertions, 0 deletions
on value='automated/noid/stable22-update-code-signing-crl'>automated/noid/stable22-update-code-signing-crl Nextcloud server, a safe home for all your data: https://github.com/nextcloud/serverwww-data
summaryrefslogtreecommitdiffstats
path: root/lib/public/activity/iextension.php
blob: 643ea11cffa872e62a1bd7a35e7b093993304aef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135