mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/OATHAuth
synced 2024-11-24 00:05:24 +00:00
Merge "Drop broken postgres/patch-oathauth_users-drop-id-nextval.sql"
This commit is contained in:
commit
f0c3d426db
|
@ -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