diff --git a/cargo-generate.toml b/cargo-generate.toml index 19775b4..81ac866 100644 --- a/cargo-generate.toml +++ b/cargo-generate.toml @@ -9,9 +9,6 @@ database = { type = "string", prompt = "Database type", choices = [ "postgres", ], default = "sqlite" } -[hooks] -post = ["migrations.rhai"] - [conditional] # Conditional dependencies based on database choice sqlite = { condition = "database == 'sqlite'", ignore = [