-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Labels
ormRelated to models, datastores, orm config, Waterline, sails-hook-orm, etc.Related to models, datastores, orm config, Waterline, sails-hook-orm, etc.postgresqlIssue only occurs when using PostgreSQLIssue only occurs when using PostgreSQL
Description
I'm using sails v1.2.2 with sails-postgresql adapter. Looking for using Model with specific schemaName. But relation with mapped with default schemaName (public)
{
tableName : "t_role",
meta: {
schemaName: 'autorisation'
}
}
AdapterError: Unexpected error from database adapter: relation "public.t_role" does not exist
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
ormRelated to models, datastores, orm config, Waterline, sails-hook-orm, etc.Related to models, datastores, orm config, Waterline, sails-hook-orm, etc.postgresqlIssue only occurs when using PostgreSQLIssue only occurs when using PostgreSQL