[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[3558] trunk/sql/upgrade/3455-asset-schema.sql
- Subject: SF.net SVN: ledger-smb:[3558] trunk/sql/upgrade/3455-asset-schema.sql
- From: ..hidden..
- Date: Thu, 21 Jul 2011 22:52:19 +0000
Revision: 3558
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3558&view=rev
Author: einhverfr
Date: 2011-07-21 22:52:19 +0000 (Thu, 21 Jul 2011)
Log Message:
-----------
Comment syntax fixed
Modified Paths:
--------------
trunk/sql/upgrade/3455-asset-schema.sql
Modified: trunk/sql/upgrade/3455-asset-schema.sql
===================================================================
--- trunk/sql/upgrade/3455-asset-schema.sql 2011-07-21 20:35:44 UTC (rev 3557)
+++ trunk/sql/upgrade/3455-asset-schema.sql 2011-07-21 22:52:19 UTC (rev 3558)
@@ -39,7 +39,7 @@
method int references asset_dep_method(id)
);
-COMMENT ON asset_class IS $$
+COMMENT ON TABLE asset_class IS $$
The account fields here set the defaults for the individual asset items. They
are non-authoritative.
$$;
@@ -131,5 +131,5 @@
PRIMARY KEY(asset_id, report_id)
);
-COMMENT ON asset_report_line.department_id IS
+COMMENT ON COLUMN asset_report_line.department_id IS
$$ In case assets are moved between departments, we have to store this here.$$;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.