[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Development progress
- Subject: Re: Development progress
- From: Luke <..hidden..>
- Date: Wed, 15 Jun 2011 23:38:48 -0400 (EDT)
While installing 1.3, I'm getting:
ERROR: role "lsmb_testco__ar_voucher_all" does not exist
In relation to sql/modules/Roles.sql.
I don't know why, but these create role statements are commented out. I
have to imagine that there's a reason for this, but it is prompting an
error.
--CREATE ROLE "lsmb_<?lsmb dbname ?>__ar_invoice_create_voucher"
... (starting line 205)
--CREATE ROLE "lsmb_<?lsmb dbname ?>__ar_voucher_all"
... (starting line 248)
Seemingly associated grant statements are also commented.
So, is it the create that shouldn't be commented, or its later use which
should?
Luke