summaryrefslogtreecommitdiff
path: root/schema.sql
diff options
context:
space:
mode:
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 (