👽️ Apply last macro names changes
This commit is contained in:
parent
5f366d3617
commit
238e92689a
16 changed files with 23 additions and 23 deletions
|
|
@ -2,7 +2,7 @@ use pagetop::prelude::*;
|
|||
|
||||
new_handle!(MODULE_NODE);
|
||||
|
||||
static_locales!(LOCALES_NODE);
|
||||
new_static_locales!(LOCALES_NODE);
|
||||
|
||||
//mod entity;
|
||||
mod migration;
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@ enum NodeType {
|
|||
// different from the current type name if the locked field is 0.
|
||||
}
|
||||
|
||||
pub_migration!(Migration);
|
||||
new_migration!(Migration);
|
||||
|
||||
#[async_trait::async_trait]
|
||||
impl MigrationTrait for Migration {
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ enum NodeAccess {
|
|||
// this node.
|
||||
}
|
||||
|
||||
pub_migration!(Migration);
|
||||
new_migration!(Migration);
|
||||
|
||||
#[async_trait::async_trait]
|
||||
impl MigrationTrait for Migration {
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ enum NodeRevision {
|
|||
// be displayed at the top of lists in which it appears.
|
||||
}
|
||||
|
||||
pub_migration!(Migration);
|
||||
new_migration!(Migration);
|
||||
|
||||
#[async_trait::async_trait]
|
||||
impl MigrationTrait for Migration {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue