Mercurial > dive4elements > framework
diff artifact-database/doc/schema-h2.sql @ 199:face2302387c
Insert collection attribute into database, too.
Fixed broken SQL schema.
artifacts/trunk@1437 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Wed, 09 Mar 2011 11:14:21 +0000 |
parents | a85d889a1b0d |
children | 328ef982d768 |
line wrap: on
line diff
--- a/artifact-database/doc/schema-h2.sql Wed Mar 09 11:03:25 2011 +0000 +++ b/artifact-database/doc/schema-h2.sql Wed Mar 09 11:14:21 2011 +0000 @@ -37,6 +37,7 @@ creation TIMESTAMP NOT NULL, last_access TIMESTAMP NOT NULL, ttl BIGINT, -- NULL means eternal + attribute BINARY ); CREATE SEQUENCE COLLECTION_ITEMS_ID_SEQ;