mirror of
https://github.com/ilyakooo0/reshape.git
synced 2024-11-29 12:03:35 +03:00
Fix incorrect type tag for alter_column migration
This commit is contained in:
parent
80cea7f94e
commit
54d9dd1b44
@ -44,7 +44,7 @@ impl AlterColumn {
|
||||
}
|
||||
}
|
||||
|
||||
#[typetag::serde(name = "uppercase_column")]
|
||||
#[typetag::serde(name = "alter_column")]
|
||||
impl Action for AlterColumn {
|
||||
fn describe(&self) -> String {
|
||||
format!("Altering column \"{}\" on \"{}\"", self.column, self.table)
|
||||
|
Loading…
Reference in New Issue
Block a user