doc/development/postgresql_vfs.sql

branch
webdav
changeset 283
25e5b771677d
parent 281
e9dc53661df4
child 306
e03737cea6e2
--- a/doc/development/postgresql_vfs.sql	Tue Feb 01 20:07:42 2022 +0100
+++ b/doc/development/postgresql_vfs.sql	Thu Feb 03 17:26:08 2022 +0100
@@ -8,6 +8,8 @@
     lastmodified      timestamp not null default current_date,
     creationdate      timestamp not null default current_date,
     contentlength     bigint    not null default 0,
+
+    resoid            oid,
     
     unique(parent_id, nodename)
 );

mercurial