From a9b7e2562f0fbd8ea9c00d251d9438b15d2fb748 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 19 Apr 2012 20:35:26 +0200 Subject: removed funny locking ideas and ref_counter in database, this is not the solution! --- schema.sql | 1 - 1 file changed, 1 deletion(-) (limited to 'schema.sql') 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 -- cgit v1.2.3-54-g00ecf