mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/OATHAuth
synced 2024-11-27 17:50:15 +00:00
Drop broken postgres/patch-oathauth_users-drop-id-nextval.sql
This patch has a syntax error. Once fixed, after it's applied to
the original postgres schema (P31006) it makes no difference and
can safely be dropped.
Bug: T312744
Change-Id: Ief18c3a428979d6c7f3592b5763630ac19b85d83
(cherry picked from commit 751cce3259
)
This commit is contained in:
parent
7d34dbf227
commit
74e5d2937a
|
@ -1 +0,0 @@
|
|||
ALTER TABLE oathauth_users CHANGE id id INT NOT NULL;
|
|
@ -82,11 +82,6 @@ class UpdateTables {
|
|||
'oathauth_users',
|
||||
"$typePath/patch-oathauth_users-drop-oathauth_users_id_seq.sql"
|
||||
);
|
||||
$this->updater->modifyExtensionField(
|
||||
'oathauth_users',
|
||||
'id',
|
||||
"$typePath/patch-oathauth_users-drop-id-nextval.sql"
|
||||
);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue