typo fix, ipblock expire 'with timezone' -> 'without timezone'
authorDomas Mituzas <midom@users.mediawiki.org>
Tue, 7 Sep 2004 06:46:37 +0000 (06:46 +0000)
committerDomas Mituzas <midom@users.mediawiki.org>
Tue, 7 Sep 2004 06:46:37 +0000 (06:46 +0000)
maintenance/postgresql/pg_tables.sql

index 03e4540..0afce18 100644 (file)
@@ -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);