Create find_follow.sql

This commit is contained in:
2020-02-27 17:12:32 +01:00
parent 1418dd95bc
commit 3a08052728
9 changed files with 138 additions and 5 deletions

27
.idea/runConfigurations/Test_Follow.xml generated Normal file
View File

@@ -0,0 +1,27 @@
<component name="ProjectRunConfigurationManager">
<configuration default="false" name="Test Follow" type="RunSql" factoryName="Run SQL" folderName="SQL TEST">
<option name="files">
<list>
<option value="$PROJECT_DIR$/src/main/resources/sql/functions/follow/find_follow.sql" />
<option value="$PROJECT_DIR$/src/main/resources/sql/functions/follow/find_follows_article_by_citizen.sql" />
<option value="$PROJECT_DIR$/src/main/resources/sql/functions/follow/find_follows_article_by_target.sql" />
<option value="$PROJECT_DIR$/src/main/resources/sql/functions/follow/find_follows_by_citizen.sql" />
<option value="$PROJECT_DIR$/src/main/resources/sql/functions/follow/find_follows_constitution_by_citizen.sql" />
<option value="$PROJECT_DIR$/src/main/resources/sql/functions/follow/follow.sql" />
<option value="$PROJECT_DIR$/src/main/resources/sql/functions/follow/unfollow.sql" />
<option value="$PROJECT_DIR$/src/test/sql/follow.sql" />
</list>
</option>
<option name="targets">
<list>
<Target>
<option name="dsId" value="a9a6d0e9-327d-4e7d-9b93-3cb6f7948866" />
<option name="namespace" value="database/&quot;test&quot;" />
</Target>
</list>
</option>
<method v="2">
<option name="RunConfigurationTask" enabled="true" run_configuration_name="Reset database" run_configuration_type="RunSql" />
</method>
</configuration>
</component>