diff options
author | linuxpoet <linuxpoet@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-09-09 17:43:07 +0000 |
---|---|---|
committer | linuxpoet <linuxpoet@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-09-09 17:43:07 +0000 |
commit | a3b03888e57c28de89173c5482352f8989edbd6b (patch) | |
tree | b90fdb46df220c448b5d2bd0c962e234bee56e66 | |
parent | b02fc2e1524e6163b88541680adf817f733f4849 (diff) |
Added a little documentation
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@49 4979c152-3d1c-0410-bac9-87ea11338e46
-rw-r--r-- | sql/Pg-upgrade-2.6.17-2.6.18.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql/Pg-upgrade-2.6.17-2.6.18.sql b/sql/Pg-upgrade-2.6.17-2.6.18.sql index 693fed80..65361cc9 100644 --- a/sql/Pg-upgrade-2.6.17-2.6.18.sql +++ b/sql/Pg-upgrade-2.6.17-2.6.18.sql @@ -1,4 +1,7 @@ +-- linuxpoet: -- adding primary key to acc_trans +-- We are using standard postgresql names for the sequence for consistency as we move forward +-- Do everything in a transaction in case it blows up BEGIN; LOCK acc_trans in EXCLUSIVE mode; |