From 3a08052728c13673af9645635a0eaa2d04e55526 Mon Sep 17 00:00:00 2001 From: Fabrice Lecomte Date: Thu, 27 Feb 2020 17:12:32 +0100 Subject: [PATCH] Create find_follow.sql --- .../runConfigurations/Clean_Dev_Database.xml | 18 ++++++++++++ .idea/runConfigurations/Fixtures_on_Test.xml | 2 +- .../runConfigurations/Reset_Test_database.xml | 19 ++++++++++++ ...et_database_schema_and_import_Fixtures.xml | 2 +- .idea/runConfigurations/Test_All_SQL.xml | 2 +- .idea/runConfigurations/Test_Follow.xml | 27 +++++++++++++++++ .idea/runConfigurations/Test_Opinions.xml | 29 +++++++++++++++++++ .../sql/functions/follow/find_follow.sql | 25 ++++++++++++++++ src/test/sql/follow.sql | 19 ++++++++++-- 9 files changed, 138 insertions(+), 5 deletions(-) create mode 100644 .idea/runConfigurations/Clean_Dev_Database.xml create mode 100644 .idea/runConfigurations/Reset_Test_database.xml create mode 100644 .idea/runConfigurations/Test_Follow.xml create mode 100644 .idea/runConfigurations/Test_Opinions.xml create mode 100644 src/main/resources/sql/functions/follow/find_follow.sql diff --git a/.idea/runConfigurations/Clean_Dev_Database.xml b/.idea/runConfigurations/Clean_Dev_Database.xml new file mode 100644 index 0000000..348e748 --- /dev/null +++ b/.idea/runConfigurations/Clean_Dev_Database.xml @@ -0,0 +1,18 @@ + + + + + + + \ No newline at end of file diff --git a/.idea/runConfigurations/Fixtures_on_Test.xml b/.idea/runConfigurations/Fixtures_on_Test.xml index 3e35e91..7001cad 100644 --- a/.idea/runConfigurations/Fixtures_on_Test.xml +++ b/.idea/runConfigurations/Fixtures_on_Test.xml @@ -1,5 +1,5 @@ - +