👽️ Apply last macro names changes

This commit is contained in:
Manuel Cillero 2023-10-27 09:20:07 +02:00
parent 5f366d3617
commit 238e92689a
16 changed files with 23 additions and 23 deletions

View file

@ -27,7 +27,7 @@ enum Node {
Translate, // A boolean indicating whether this translation page needs to be updated.
}
pub_migration!(Migration);
new_migration!(Migration);
#[async_trait::async_trait]
impl MigrationTrait for Migration {