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

I am doing baseline but it is giving me error #312

Open
omptech opened this issue Nov 9, 2023 · 2 comments
Open

I am doing baseline but it is giving me error #312

omptech opened this issue Nov 9, 2023 · 2 comments

Comments

@omptech
Copy link

omptech commented Nov 9, 2023

I have old script which have already executed manually and now I want to deploy all the upcoming scripts (not old scripts) using yuniql extension in azure devops. But I am getting this error while baseline to latest version

WRN 2023-11-09 10:19:23Z Trace logs settings is set to silent (default) and no log files will be produced. To enable log file creation, pass parameter --trace-to-file or see our CLI command reference.
ERR 2023-11-09 10:19:23Z Failed to execute baseline function. Not yet implemented, stay tune!
Diagnostics stack trace captured a Not yet implemented, stay tune!
If you think this is a bug, please report an issue here https://github.com/rdagumampan/yuniql/issues.

@omptech
Copy link
Author

omptech commented Nov 14, 2023

Hi @rdagumampan looking for the response.

@DavidPavlicek
Copy link

yuniql baseline is an operation to create a baseline script from an already existing database object. This operation has not yet been implemented. You probably want yuniql run which is designed to apply your changes to the database. Just make sure, that your script in v0.00 does nothing (-- dummy script) and then place your actual changes in v0.01, etc...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants