Tell IntelliJ to use the application’s schema as resolution scope
It seems that IntelliJ has problems with the idea of keeping objects in a schema other than public, and freaks out when it can not find the relations in the code that he clearly lists on the sidebar.
This commit is contained in:
parent
b4d66b6ed4
commit
f6f77107f7
|
@ -3,4 +3,8 @@
|
|||
<component name="SqlDialectMappings">
|
||||
<file url="PROJECT" dialect="PostgreSQL" />
|
||||
</component>
|
||||
<component name="SqlResolveMappings">
|
||||
<file url="file://$PROJECT_DIR$" scope="{"node":{ "@negative":"1", "group":{ "@kind":"root", "node":{ "name":{ "@qname":"f4f01e13-e150-41a5-ac76-faf86346280d" }, "group":{ "@kind":"database", "node":{ "name":{ "@qname":"tipus" }, "group":{ "@kind":"schema", "node":{ "name":{ "@qname":"auth" }, "name":{ "@qname":"public" }, "name":{ "@qname":"tipus" } } } } } } } }}" />
|
||||
<file url="PROJECT" scope="{"node":{ "@negative":"1", "group":{ "@kind":"root", "node":{ "@negative":"1" } } }}" />
|
||||
</component>
|
||||
</project>
|
Loading…
Reference in New Issue