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:
Kunal Mehta 2022-07-11 14:04:38 -07:00 committed by Ladsgroup
parent 7d34dbf227
commit 74e5d2937a
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;
}