You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: bin/dump_data.sh
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
# The schema dump could not use -t to filter tables because this excludes extensions like postgis in the dump.
12
12
# pg_dump also does not add related tables automatically, so `dump_data.sh` does not add related data from accounts to the dump.
13
13
#
14
-
# with --csv and csv dump can be created for all tables in the given components. The csv files will be generated in CSV_OUTPUT_DIR (csv_exports by default).
14
+
# with --csv a csv dump can be created for all tables in the given components. The csv files will be generated in CSV_OUTPUT_DIR (csv_exports by default).
0 commit comments