Mercurial > lada > lada-server
diff db_schema/stammdaten_schema.sql @ 1032:1c6c83037b8c schema-update
Updated sql query strings to match the new schema.
author | Raimund Renkert <raimund.renkert@intevation.de> |
---|---|
date | Wed, 31 Aug 2016 15:47:52 +0200 |
parents | 330dec7ee0bb |
children | 9615be7b1626 |
line wrap: on
line diff
--- a/db_schema/stammdaten_schema.sql Wed Aug 31 15:46:59 2016 +0200 +++ b/db_schema/stammdaten_schema.sql Wed Aug 31 15:47:52 2016 +0200 @@ -293,7 +293,7 @@ id serial PRIMARY KEY, name character varying(80) NOT NULL, type integer NOT NULL REFERENCES query_type, - sql character varying(1500) NOT NULL, + sql character varying(2500) NOT NULL, description character varying(100) );