Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create (and run?) migrations directly from uploaded files #56

Open
simonhamp opened this issue Mar 4, 2023 · 0 comments
Open

Create (and run?) migrations directly from uploaded files #56

simonhamp opened this issue Mar 4, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@simonhamp
Copy link
Owner

If an uploaded file is intended for a table that doesn't yet exist, it might be quite nice to have an explorative way of creating the table structure, where you define it based on the data.

If we could then write the migration script, we could present this back to the user, which they could then incorporate into the application manually.

Taking it further, the tool could even create the migration file and potentially even run the migration, so that the user journey of importing data stays completely within the Nova UI.

This should probably be disabled in production environments.

@simonhamp simonhamp added the enhancement New feature or request label Mar 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant