diff options
| author | ivar <i@oiee.no> | 2025-12-03 21:49:20 +0100 |
|---|---|---|
| committer | ivar <i@oiee.no> | 2025-12-03 21:49:20 +0100 |
| commit | cd70f54266d708867a1eb35870bc755bc5b2df32 (patch) | |
| tree | f0a8ec571ef3f345ac74293b4cb11918878b3ed5 /api/.idea | |
| parent | 5bd9ad8bd1740dcff179d66718532086304ca4c4 (diff) | |
| download | what-cd70f54266d708867a1eb35870bc755bc5b2df32.tar.xz what-cd70f54266d708867a1eb35870bc755bc5b2df32.zip | |
Refactor db
Diffstat (limited to 'api/.idea')
| -rw-r--r-- | api/.idea/.idea.WhatApi/.idea/data_source_mapping.xml | 6 | ||||
| -rw-r--r-- | api/.idea/.idea.WhatApi/.idea/indexLayout.xml | 4 | ||||
| -rw-r--r-- | api/.idea/.idea.WhatApi/.idea/sqldialects.xml | 6 |
3 files changed, 15 insertions, 1 deletions
diff --git a/api/.idea/.idea.WhatApi/.idea/data_source_mapping.xml b/api/.idea/.idea.WhatApi/.idea/data_source_mapping.xml new file mode 100644 index 0000000..16f7743 --- /dev/null +++ b/api/.idea/.idea.WhatApi/.idea/data_source_mapping.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="DataSourcePerFileMappings"> + <file url="file://$PROJECT_DIR$/.idea/.idea.WhatApi/.idea/queries/Query.sql" value="4705593e-7cb4-468e-aaf4-fd47704f2409" /> + </component> +</project>
\ No newline at end of file diff --git a/api/.idea/.idea.WhatApi/.idea/indexLayout.xml b/api/.idea/.idea.WhatApi/.idea/indexLayout.xml index 7b08163..323a9b7 100644 --- a/api/.idea/.idea.WhatApi/.idea/indexLayout.xml +++ b/api/.idea/.idea.WhatApi/.idea/indexLayout.xml @@ -1,7 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> <project version="4"> <component name="UserContentModel"> - <attachedFolders /> + <attachedFolders> + <Path>.</Path> + </attachedFolders> <explicitIncludes /> <explicitExcludes /> </component> diff --git a/api/.idea/.idea.WhatApi/.idea/sqldialects.xml b/api/.idea/.idea.WhatApi/.idea/sqldialects.xml new file mode 100644 index 0000000..f21172d --- /dev/null +++ b/api/.idea/.idea.WhatApi/.idea/sqldialects.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<project version="4"> + <component name="SqlDialectMappings"> + <file url="file://$PROJECT_DIR$/.idea/.idea.WhatApi/.idea/queries/Query.sql" dialect="PostgreSQL" /> + </component> +</project>
\ No newline at end of file |
