[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[4077] branches/1.3/sql
- Subject: SF.net SVN: ledger-smb:[4077] branches/1.3/sql
- From: ..hidden..
- Date: Fri, 25 Nov 2011 12:45:39 +0000
Revision: 4077
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=4077&view=rev
Author: einhverfr
Date: 2011-11-25 12:45:38 +0000 (Fri, 25 Nov 2011)
Log Message:
-----------
Backups now work properly, and cleanup added as well
Modified Paths:
--------------
branches/1.3/sql/Pg-database.sql
branches/1.3/sql/modules/Fixes.sql
Modified: branches/1.3/sql/Pg-database.sql
===================================================================
--- branches/1.3/sql/Pg-database.sql 2011-11-25 12:39:18 UTC (rev 4076)
+++ branches/1.3/sql/Pg-database.sql 2011-11-25 12:45:38 UTC (rev 4077)
@@ -2428,8 +2428,6 @@
130 Taxes 128 2
131 Defaults 128 3
132 Yearend 128 4
-134 Send to File 133 1
-135 Send to Email 133 2
137 Add Accounts 136 1
138 List Accounts 136 2
139 Add GIFI 136 3
@@ -2512,7 +2510,6 @@
144 Departments 128 9
141 Warehouses 128 8
136 Chart of Accounts 128 7
-133 Backup 128 6
220 Add User 219 1
221 Search Users 219 2
222 Sessions 219 3
@@ -2927,13 +2924,6 @@
130 action taxes 343
132 module account.pl 346
132 action yearend_info 347
-133 menu 1 348
-134 module am.pl 349
-135 module am.pl 350
-134 action backup 351
-135 action backup 352
-134 media file 353
-135 media email 354
138 module am.pl 356
139 module am.pl 357
140 module am.pl 358
Modified: branches/1.3/sql/modules/Fixes.sql
===================================================================
--- branches/1.3/sql/modules/Fixes.sql 2011-11-25 12:39:18 UTC (rev 4076)
+++ branches/1.3/sql/modules/Fixes.sql 2011-11-25 12:45:38 UTC (rev 4077)
@@ -29,6 +29,12 @@
-- what is working! --CT
UPDATE menu_attribute SET value = 'begin_import' WHERE id = 631 and value = 'import' and node_id = '235';
+-- Getting rid of System/Backup menu since this is broken
+
+DELETE FROM menu_acl WHERE node_id BETWEEN 133 AND 135;
+DELETE FROM menu_attribute WHERE node_id BETWEEN 133 AND 135;
+DELETE FROM menu_node WHERE id BETWEEN 133 AND 135;
+
COMMIT;
BEGIN;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.