diff --git a/.env b/.env index 5089662..7990399 100644 --- a/.env +++ b/.env @@ -1,8 +1,8 @@ DB_USER=postgres DB_PASSWORD=password DB_HOST=localhost -; DB_PORT=5432 -DB_PORT=20111 +DB_PORT=5432 +; DB_PORT=20111 DB_NAME=test DATABASE=SuperService POSTGRES_USER=UserSuperService diff --git a/__pycache__/clickhouse_tools.cpython-312.pyc b/__pycache__/clickhouse_tools.cpython-312.pyc new file mode 100644 index 0000000..13febe9 Binary files /dev/null and b/__pycache__/clickhouse_tools.cpython-312.pyc differ diff --git a/__pycache__/macros_generator.cpython-312.pyc b/__pycache__/macros_generator.cpython-312.pyc new file mode 100644 index 0000000..e689a9d Binary files /dev/null and b/__pycache__/macros_generator.cpython-312.pyc differ diff --git a/__pycache__/postgres_tools.cpython-312.pyc b/__pycache__/postgres_tools.cpython-312.pyc new file mode 100644 index 0000000..26a8be7 Binary files /dev/null and b/__pycache__/postgres_tools.cpython-312.pyc differ diff --git a/__pycache__/settings.cpython-312.pyc b/__pycache__/settings.cpython-312.pyc new file mode 100644 index 0000000..a009acf Binary files /dev/null and b/__pycache__/settings.cpython-312.pyc differ diff --git a/__pycache__/utils.cpython-312.pyc b/__pycache__/utils.cpython-312.pyc new file mode 100644 index 0000000..b800469 Binary files /dev/null and b/__pycache__/utils.cpython-312.pyc differ diff --git a/db/__pycache__/config.cpython-312.pyc b/db/__pycache__/config.cpython-312.pyc new file mode 100644 index 0000000..d1e810f Binary files /dev/null and b/db/__pycache__/config.cpython-312.pyc differ diff --git a/db/models/__pycache__/base.cpython-312.pyc b/db/models/__pycache__/base.cpython-312.pyc new file mode 100644 index 0000000..eba43ec Binary files /dev/null and b/db/models/__pycache__/base.cpython-312.pyc differ diff --git a/db/models/__pycache__/ch_experimentdb_experiment_data_model.cpython-312.pyc b/db/models/__pycache__/ch_experimentdb_experiment_data_model.cpython-312.pyc new file mode 100644 index 0000000..9aa7e69 Binary files /dev/null and b/db/models/__pycache__/ch_experimentdb_experiment_data_model.cpython-312.pyc differ diff --git a/db/models/__pycache__/experiment_data_model.cpython-312.pyc b/db/models/__pycache__/experiment_data_model.cpython-312.pyc new file mode 100644 index 0000000..d301264 Binary files /dev/null and b/db/models/__pycache__/experiment_data_model.cpython-312.pyc differ diff --git a/db/models/__pycache__/experiment_parameters_model.cpython-312.pyc b/db/models/__pycache__/experiment_parameters_model.cpython-312.pyc new file mode 100644 index 0000000..8ebb7bf Binary files /dev/null and b/db/models/__pycache__/experiment_parameters_model.cpython-312.pyc differ diff --git a/db/models/__pycache__/load_parameters_model.cpython-312.pyc b/db/models/__pycache__/load_parameters_model.cpython-312.pyc new file mode 100644 index 0000000..05e1f0f Binary files /dev/null and b/db/models/__pycache__/load_parameters_model.cpython-312.pyc differ diff --git a/db/models/__pycache__/recycling_parameters_model.cpython-312.pyc b/db/models/__pycache__/recycling_parameters_model.cpython-312.pyc new file mode 100644 index 0000000..20d3c1d Binary files /dev/null and b/db/models/__pycache__/recycling_parameters_model.cpython-312.pyc differ