summaryrefslogtreecommitdiff
path: root/schema.sql
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-04-19 20:35:26 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-04-19 20:35:26 +0200
commita9b7e2562f0fbd8ea9c00d251d9438b15d2fb748 (patch)
tree9ada95120907c70ee400c2bdd65e2b91071f5457 /schema.sql
parentd5cbfd4ddf3fec5edb76a93d41a16a7c8397a485 (diff)
downloadpgfuse-a9b7e2562f0fbd8ea9c00d251d9438b15d2fb748.tar.gz
pgfuse-a9b7e2562f0fbd8ea9c00d251d9438b15d2fb748.tar.bz2
removed funny locking ideas and ref_counter in database, this is
not the solution!
Diffstat (limited to 'schema.sql')
-rw-r--r--schema.sql1
1 files changed, 0 insertions, 1 deletions
diff --git a/schema.sql b/schema.sql
index 0550656..db0b46f 100644
--- a/schema.sql
+++ b/schema.sql
@@ -9,7 +9,6 @@ CREATE TABLE dir (
mode INTEGER NOT NULL DEFAULT 0,
uid INTEGER NOT NULL DEFAULT 0,
gid INTEGER NOT NULL DEFAULT 0,
- ref_count INTEGER NOT NULL DEFAULT 0,
ctime TIMESTAMP,
mtime TIMESTAMP,
atime TIMESTAMP