Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F7123890
D8280.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
564 B
Subscribers
None
D8280.diff
View Options
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
Details
Attached
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
Attached To
D8280: sql/Makefile: Fix swh-scheduler SQL file paths
Event Timeline
Log In to Comment