doc/development/postgresql_vfs.sql

branch
webdav
changeset 346
784b24381bed
parent 318
60870dbac94f
child 366
47bc686fafe4
--- a/doc/development/postgresql_vfs.sql	Sun May 08 18:55:36 2022 +0200
+++ b/doc/development/postgresql_vfs.sql	Sun May 08 19:29:27 2022 +0200
@@ -8,6 +8,8 @@
     lastmodified      timestamp not null default current_date,
     creationdate      timestamp not null default current_date,
     contentlength     bigint    not null default 0,
+	
+	etag              uuid,
 
     resoid            oid,
     

mercurial