From 15cf9e1a72601ea74c6e5937b97969722e6d6a22 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 1 May 2005 16:05:26 +0000 Subject: - Patch #21252 by patryk: increased the length of the location field in the locale_sources table. --- database/database.pgsql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'database/database.pgsql') diff --git a/database/database.pgsql b/database/database.pgsql index e3c4fea13..721316367 100644 --- a/database/database.pgsql +++ b/database/database.pgsql @@ -326,7 +326,7 @@ CREATE TABLE locales_meta ( CREATE TABLE locales_source ( lid SERIAL, - location varchar(128) NOT NULL default '', + location varchar(256) NOT NULL default '', source text NOT NULL, PRIMARY KEY (lid) ); -- cgit v1.2.3