From aa5e6de889041e2e376353ec6e2bf4812ab47198 Mon Sep 17 00:00:00 2001 From: damien DELPY Date: Fri, 8 Nov 2024 11:13:11 +0100 Subject: [PATCH] fix[config SQL]: update the names of the files according to the subject, adding some files to do some special contents. --- PostgreSQL/insert.sql | 9 +++++++++ PostgreSQL/select.sql | 7 +++++++ PostgreSQL/update.sql | 8 ++++++++ 3 files changed, 24 insertions(+) create mode 100644 PostgreSQL/insert.sql create mode 100644 PostgreSQL/select.sql create mode 100644 PostgreSQL/update.sql diff --git a/PostgreSQL/insert.sql b/PostgreSQL/insert.sql new file mode 100644 index 0000000..c28b9e6 --- /dev/null +++ b/PostgreSQL/insert.sql @@ -0,0 +1,9 @@ +-- ============================================================================ +-- To give the database some data. +-- ============================================================================ + + + + +-- ============================================================================ + diff --git a/PostgreSQL/select.sql b/PostgreSQL/select.sql new file mode 100644 index 0000000..32fb848 --- /dev/null +++ b/PostgreSQL/select.sql @@ -0,0 +1,7 @@ +-- ============================================================================ +-- Some requests for the statistics and to consult the database. +-- ============================================================================ + + +-- ============================================================================ + diff --git a/PostgreSQL/update.sql b/PostgreSQL/update.sql new file mode 100644 index 0000000..1ceaaff --- /dev/null +++ b/PostgreSQL/update.sql @@ -0,0 +1,8 @@ +-- ============================================================================ +-- Those are the requests to update the database. +-- ============================================================================ + + + +-- ============================================================================ +