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

Ct 866/migrate hook tests fixed #5760

Merged
merged 11 commits into from
Sep 6, 2022
Prev Previous commit
Next Next commit
It couldn't be the yaml could it
  • Loading branch information
VersusFacit committed Sep 5, 2022
commit dd8d713944915bcb68f3ad1e1bfe694db2fc1ca6
2 changes: 1 addition & 1 deletion tests/functional/hooks/test_model_hooks.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ def project_config_update(self):
"seed-paths": ["seeds"],
"models": {},
"seeds": {
"+ post-hook": [
"+post-hook": [
"alter table {{ this }} add column new_col int",
"update {{ this }} set new_col = 1",
],
Expand Down