Page MenuHomeSoftware Heritage

D8280.diff
No OneTemporary

D8280.diff

diff --git a/sql/Makefile b/sql/Makefile
--- a/sql/Makefile
+++ b/sql/Makefile
@@ -3,12 +3,7 @@
DBNAME = softwareheritage-scheduler-dev
DOCDIR = autodoc
-SQL_SCHEMA = 30-swh-schema.sql
-SQL_FUNC = 40-swh-func.sql
-SQL_DATA = 50-swh-data.sql
-SQL_INDEXES = 60-swh-indexes.sql
-SQLS = $(SQL_SCHEMA) $(SQL_FUNC) $(SQL_DATA) $(SQL_INDEXES)
-SQL_FILES = $(abspath $(addprefix $(CURDIR)/../swh/scheduler/sql/,$(SQLS)))
+SQL_FILES = $(abspath $(shell ls $(CURDIR)/../swh/scheduler/sql/*.sql))
PSQL_BIN = psql
PSQL_FLAGS = --echo-all -X -v ON_ERROR_STOP=1

File Metadata

Mime Type
text/plain
Expires
Dec 20 2024, 5:45 AM (11 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3219107

Event Timeline