diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-08-12 20:14:21 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2008-08-12 20:14:21 +0000 |
commit | 0ae86e08e067e8c4c38ae4e41a9839408c1817d9 (patch) | |
tree | a5a8444e71ad820b023ed5ff090ada2b767027e1 /sql | |
parent | afb0272771f83b0e8a53233a7599a1deceff9fe2 (diff) |
Correcting more load errors
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@2255 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'sql')
-rw-r--r-- | sql/modules/Settings.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/modules/Settings.sql b/sql/modules/Settings.sql index 9c2abb59..0cd93c72 100644 --- a/sql/modules/Settings.sql +++ b/sql/modules/Settings.sql @@ -71,4 +71,4 @@ $$ LANGUAGE PLPGSQL; -- Table schema defaults -ALTER TABLE entity ADD control_code TEXT default setting_increment('entity_control'); +ALTER TABLE entity ALTER control_code SET default setting_increment('entity_control'); |