Monotone-Parent: 597389f8260d0d6fdfa812be82b4f10f924e5c8b

Monotone-Revision: dce96f1e164f7e8d2e52f854cb9287574b9ded6d

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2008-06-30T14:12:32
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2008-06-30 14:12:32 +00:00
parent 7c2be6f0d3
commit 3e01dc899f
2 changed files with 3 additions and 3 deletions

View File

@ -3,8 +3,8 @@
--
CREATE TABLE @{tableName} (
c_folder_id INTEGER PRIMARY KEY,
c_path VARCHAR(255) NOT NULL, -- the full path to the folder
c_folder_id INTEGER,
c_path VARCHAR(255) PRIMARY KEY, -- the full path to the folder
c_path1 VARCHAR(255) NOT NULL, -- parts (for fast queries)
c_path2 VARCHAR(255) NULL, -- parts (for fast queries)
c_path3 VARCHAR(255) NULL, -- parts (for fast queries)

View File

@ -5,7 +5,7 @@
CREATE TABLE @{tableName} (
c_folder_id SERIAL,
c_path VARCHAR(255) NOT NULL, -- the full path to the folder
c_path VARCHAR(255) PRIMARY KEY, -- the full path to the folder
c_path1 VARCHAR(255) NOT NULL, -- parts (for fast queries)
c_path2 VARCHAR(255) NULL, -- parts (for fast queries)
c_path3 VARCHAR(255) NULL, -- parts (for fast queries)