Merge "Drop broken postgres/patch-oathauth_users-drop-id-nextval.sql"

This commit is contained in:
jenkins-bot 2022-09-30 08:15:59 +00:00 committed by Gerrit Code Review
commit f0c3d426db
2 changed files with 0 additions and 6 deletions

View file

@ -1 +0,0 @@
ALTER TABLE oathauth_users CHANGE id id INT NOT NULL;

View file

@ -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;
}