summaryrefslogtreecommitdiff
path: root/schema.sql
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-04-17 09:15:54 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-04-17 09:15:54 +0200
commita7e2d8e6028b5432d28120d50be3008229bad595 (patch)
treed8d44ebce84dadd3b852377c6dcfe39ddb0256f0 /schema.sql
parentc238be7c2ad11e23304b6d84d173ef54fdfec587 (diff)
downloadpgfuse-a7e2d8e6028b5432d28120d50be3008229bad595.tar.gz
pgfuse-a7e2d8e6028b5432d28120d50be3008229bad595.tar.bz2
added a timestamp test
Diffstat (limited to 'schema.sql')
-rw-r--r--schema.sql6
1 files changed, 3 insertions, 3 deletions
diff --git a/schema.sql b/schema.sql
index fb622ba..cefc4ea 100644
--- a/schema.sql
+++ b/schema.sql
@@ -10,9 +10,9 @@ CREATE TABLE dir (
uid INTEGER NOT NULL DEFAULT 0,
gid INTEGER NOT NULL DEFAULT 0,
inuse BOOL DEFAULT false,
- ctime TIMESTAMP WITH TIME ZONE,
- mtime TIMESTAMP WITH TIME ZONE,
- atime TIMESTAMP WITH TIME ZONE
+ ctime TIMESTAMP,
+ mtime TIMESTAMP,
+ atime TIMESTAMP
);
CREATE TABLE data (