Hi Team,
I have 2 schemas A and B. Default schema for user is A. I am using
postgres.
I have authetication table in schema B. When i run application
auth.define_tables create auth table in schema A.
What should i do to make it refer auth tables in schema B rather than
creating in A.
Please he
Data is coming from data source which is cannot be editted and hence cannot
add id in table . So is there any other way where i can use table with
primary keys?
On Tuesday, August 20, 2019 at 11:46:04 AM UTC+5:30, Johann Spies wrote:
>
>
>
> On Tue, 20 Aug 2019 at 07:00, Deep Sha
Hi All,
I am migrating table from existing table which has primary key with two
fields.
After migrating the table i created SQLFORM.grid and used selectable to
process the selected tuples.
selectable = [('Approve Selected names', lambda ids: approve_name(ids))]
Its giving the following error.
'
3 matches
Mail list logo