From a3b03888e57c28de89173c5482352f8989edbd6b Mon Sep 17 00:00:00 2001 From: linuxpoet Date: Sat, 9 Sep 2006 17:43:07 +0000 Subject: Added a little documentation git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@49 4979c152-3d1c-0410-bac9-87ea11338e46 --- sql/Pg-upgrade-2.6.17-2.6.18.sql | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sql/Pg-upgrade-2.6.17-2.6.18.sql') 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; -- cgit v1.2.3