From: Domas Mituzas Date: Tue, 7 Sep 2004 06:46:37 +0000 (+0000) Subject: typo fix, ipblock expire 'with timezone' -> 'without timezone' X-Git-Tag: 1.5.0alpha1~2068 X-Git-Url: http://git.cyclocoop.org/%24href?a=commitdiff_plain;h=2b0e0344ddf66d04651c768bcf954d07a2a780bf;p=lhc%2Fweb%2Fwiklou.git typo fix, ipblock expire 'with timezone' -> 'without timezone' --- diff --git a/maintenance/postgresql/pg_tables.sql b/maintenance/postgresql/pg_tables.sql index 03e454080e..0afce18518 100644 --- a/maintenance/postgresql/pg_tables.sql +++ b/maintenance/postgresql/pg_tables.sql @@ -134,7 +134,7 @@ CREATE TABLE ipblocks ( ipb_reason text NOT NULL, ipb_timestamp timestamp without time zone NOT NULL, ipb_auto smallint NOT NULL, - ipb_expiry timestamp with time zone NOT NULL + ipb_expiry timestamp without time zone NOT NULL ); CREATE INDEX ipb_address_idx ON ipblocks (ipb_address); CREATE INDEX ipb_user_idx ON ipblocks (ipb_user);