From 1b51f8dce00375b98766c4ff8744afb018b91262 Mon Sep 17 00:00:00 2001 From: mukhtar Date: Thu, 6 Feb 2003 13:25:14 +0000 Subject: [PATCH] updated tbl folders_users_roles_link --- sql/tables.sql | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sql/tables.sql b/sql/tables.sql index 6ea593a..3f0479b 100644 --- a/sql/tables.sql +++ b/sql/tables.sql @@ -113,7 +113,8 @@ group_folder_approval_id INTEGER NOT NULL, user_id INTEGER NOT NULL, document_id INTEGER NOT NULL, datetime DATETIME, -done BIT +done BIT, +active BIT ); CREATE TABLE groups_folders_approval_link ( -- libgit2 0.21.4