mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-07-28 13:09:24 +00:00
Don't always apply sample data to database creation.
This commit is contained in:
parent
2ca1f249ba
commit
a092387330
@ -22,4 +22,3 @@ psql -q -f "${DBADIR}/rscds.sql" "${DBNAME}" 2>&1 | egrep -v "(^CREATE |^GRANT|^
|
||||
psql -q -f "${DBADIR}/caldav_functions.sql" "${DBNAME}"
|
||||
|
||||
psql -q -f "${DBADIR}/base-data.sql" "${DBNAME}"
|
||||
psql -q -f "${DBADIR}/sample-data.sql" "${DBNAME}"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user