Mercurial > dive4elements > framework
diff artifact-database/doc/schema-h2.sql @ 271:aa9f2f5ff032
flys/issue75: fixed doc and schema to make H2 work again.
artifacts/trunk@2059 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Sascha L. Teichmann <sascha.teichmann@intevation.de> |
---|---|
date | Mon, 06 Jun 2011 14:00:38 +0000 |
parents | 328ef982d768 |
children | 92166f7c3842 |
line wrap: on
line diff
--- a/artifact-database/doc/schema-h2.sql Fri Jun 03 06:37:23 2011 +0000 +++ b/artifact-database/doc/schema-h2.sql Mon Jun 06 14:00:38 2011 +0000 @@ -51,7 +51,7 @@ ); CREATE TRIGGER collections_access_update_trigger AFTER UPDATE - ON TABLE artifacts FOR EACH ROW + ON artifacts FOR EACH ROW CALL "de.intevation.artifactdatabase.h2.CollectionAccessUpdateTrigger"; COMMIT;