mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-12 23:15:26 +00:00
Monotone-Parent: 597389f8260d0d6fdfa812be82b4f10f924e5c8b
Monotone-Revision: dce96f1e164f7e8d2e52f854cb9287574b9ded6d Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-06-30T14:12:32 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user