diff options
author | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-09-21 19:58:19 +0000 |
---|---|---|
committer | tetragon <tetragon@4979c152-3d1c-0410-bac9-87ea11338e46> | 2007-09-21 19:58:19 +0000 |
commit | cc977259569f015c08c2f115c52cd9a5f7569d7e (patch) | |
tree | 30c41f66b770aee127590b54282c218386dc8d66 /UPGRADE | |
parent | 5e14591ffcf6f11a73d8d4a5a7ae6fbc50588bd5 (diff) |
Mostly hyphenation fixes, but a couple other bug fixes are also in there
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/branches/1.2@1637 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'UPGRADE')
-rw-r--r-- | UPGRADE | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ Upgrading to LedgerSMB 1.2 -From LedgerSMB (1.1.1 or earlier) +From LedgerSMB (1.1.12 or earlier) or SQL-Ledger (2.6.27 or earlier) @@ -70,7 +70,7 @@ and may not be required in all circumstances. These include: e) If you have a problem running the scripts (errors due to ownership or you just want to change ownership of the tables), connect to the database as you did in c above and at the => prompt: - "/d" + "\d" You will see a list of all tables, sequences, triggers, etc. After creating a user (see the INSTALL file for details), you can change ownership of the relation by running the following at the => prompt: |