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
Currently, creating migrations for settings and generators requires a manual process where we copy the directory of the latest version and then implement the necessary changes from there.
We'd like to automate the creation of migrations for settings and generators through a script, which would:
Identify the latest version directory.
Automatically copy the relevant files or templates needed for migration.
Set the latest version in the migrate function that lives in schemas/settings/index.ts and schemas/generators/index.ts
The text was updated successfully, but these errors were encountered:
Currently, creating migrations for settings and generators requires a manual process where we copy the directory of the latest version and then implement the necessary changes from there.
We'd like to automate the creation of migrations for settings and generators through a script, which would:
migrate
function that lives inschemas/settings/index.ts
andschemas/generators/index.ts
The text was updated successfully, but these errors were encountered: