r103367 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r103366
|
r103367
|
r103368
>
Date:
19:55, 16 November 2011
Author:
overlordq
Status:
ok
Tags:
Comment:
Followup to
r103365
, actually include said patch file
Modified paths:
/trunk/phase3/maintenance/postgres/archives/patch-uploadstash_sequence.sql
(added) (
history
)
Diff
[
purge
]
Index: trunk/phase3/maintenance/postgres/archives/patch-uploadstash_sequence.sql
—
—
@@ -0,0 +1,2 @@
2
+ALTER TABLE uploadstash RENAME us_id_seq TO uploadstash_us_id_seq;
3
+ALTER TABLE uploadstash ALTER COLUMN us_id SET DEFAULT NEXTVAL('uploadstash_us_id_seq');
Property changes on: trunk/phase3/maintenance/postgres/archives/patch-uploadstash_sequence.sql
___________________________________________________________________
Added: svn:eol-style
1
4
+ native
Follow-up revisions
Revision
Commit summary
Author
Date
r105349
MFT
r100640
,
r103365
,
r103367
- uploadstash table was missing from postgresql
brion
20:49, 6 December 2011
Past revisions this follows-up on
Revision
Commit summary
Author
Date
r103365
Followup to
r100640
, use correct name scheme for sequence, correct references...
overlordq
19:54, 16 November 2011
Status & tagging log
20:49, 6 December 2011
Brion VIBBER
(
talk
|
contribs
)
changed the
tags
for r103367
[
removed:
1.18]
20:31, 6 December 2011
Brion VIBBER
(
talk
|
contribs
)
changed the
tags
for r103367
[
added:
1.18]
20:19, 18 November 2011
😂
(
talk
|
contribs
)
changed the
status
of r103367
[
removed:
new
added:
ok]