From c9300ad62fd10d9de5eef82168dd63a05a9ae879 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Tue, 3 Oct 2006 00:55:26 +0000 Subject: [PATCH] Bump oldimage types to match image table. --- maintenance/postgres/tables.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/maintenance/postgres/tables.sql b/maintenance/postgres/tables.sql index 5c96038ed5..8ee8720335 100644 --- a/maintenance/postgres/tables.sql +++ b/maintenance/postgres/tables.sql @@ -241,8 +241,8 @@ CREATE TABLE oldimage ( oi_name TEXT NOT NULL REFERENCES image(img_name), oi_archive_name TEXT NOT NULL, oi_size INTEGER NOT NULL, - oi_width SMALLINT NOT NULL, - oi_height SMALLINT NOT NULL, + oi_width INTEGER NOT NULL, + oi_height INTEGER NOT NULL, oi_bits SMALLINT NOT NULL, oi_description TEXT, oi_user INTEGER NULL REFERENCES mwuser(user_id) ON DELETE SET NULL, -- 2.20.1