summaryrefslogtreecommitdiff
path: root/sql
diff options
context:
space:
mode:
authorchristopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46>2006-10-16 14:05:37 +0000
committerchristopherm <christopherm@4979c152-3d1c-0410-bac9-87ea11338e46>2006-10-16 14:05:37 +0000
commite9a705c8a19f25509c04895c279ba089c20631eb (patch)
treebbac8f95f4d5cba5d3f2a8accdb500069876acac /sql
parent3e85b59de65c240b1caca4dd2fbb715a681df179 (diff)
syntax error in sql using wrong closing brace
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@217 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'sql')
-rwxr-xr-xsql/Pg-tables.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/Pg-tables.sql b/sql/Pg-tables.sql
index 40a81af8..022b40ed 100755
--- a/sql/Pg-tables.sql
+++ b/sql/Pg-tables.sql
@@ -246,7 +246,7 @@ CREATE TABLE partstax (
CREATE TABLE taxmodule (
taxmodule_id serial PRIMARY KEY,
taxmodulename text NOT NULL
-};
+);
--
CREATE TABLE tax (
chart_id int PRIMARY KEY,