diff options
author | Ammarpad <ammarpad@yahoo.com> | 2021-03-27 09:30:26 +0100 |
---|---|---|
committer | Ammarpad <ammarpad@yahoo.com> | 2021-03-27 09:32:29 +0100 |
commit | eece54b8319a3a4706d7f966ff7b198e24a757dc (patch) | |
tree | a9d6f6e0f23a54ab03d3c582124c70eb4b02c3d4 /maintenance/postgres/archives/patch-image_comment_temp-table.sql | |
parent | 9e644bbac47ae08e580142a27308b38b383f5f15 (diff) | |
download | mediawikicore-eece54b8319a3a4706d7f966ff7b198e24a757dc.tar.gz mediawikicore-eece54b8319a3a4706d7f966ff7b198e24a757dc.zip |
Remove unused schema change.
There's no reason to keep schema change that's no longer useful.
History is already tracked by git.
Change-Id: Ia8aa0d21ae5f2d799d9a641ebe7b924f56e07ab1
Diffstat (limited to 'maintenance/postgres/archives/patch-image_comment_temp-table.sql')
-rw-r--r-- | maintenance/postgres/archives/patch-image_comment_temp-table.sql | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/maintenance/postgres/archives/patch-image_comment_temp-table.sql b/maintenance/postgres/archives/patch-image_comment_temp-table.sql deleted file mode 100644 index be7bb825d844..000000000000 --- a/maintenance/postgres/archives/patch-image_comment_temp-table.sql +++ /dev/null @@ -1,6 +0,0 @@ -CREATE TABLE image_comment_temp ( - imgcomment_name TEXT NOT NULL, - imgcomment_description_id INTEGER NOT NULL, - PRIMARY KEY (imgcomment_name, imgcomment_description_id) -); -CREATE UNIQUE INDEX imgcomment_name ON image_comment_temp (imgcomment_name); |