Possibility to add new seed data from cli or UI #15945
Unanswered
Bananenbrot1
asked this question in
Feature Requests
Replies: 1 comment
|
Isn't this just pg_dump and then pipe that data into a seed.sql file? pg_dump --column-inserts --data-only --table=<table> <database> |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hey,
It would be cool if there is a small tool, that takes content from one or multiple tables and dumps it into the seed file. This way, devs could easily create seed data, while testing the system and then release it for other devs to reuse.
All reactions