👽️ 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_USER);
|
||||
|
||||
static_locales!(LOCALES_USER);
|
||||
new_static_locales!(LOCALES_USER);
|
||||
|
||||
mod migration;
|
||||
|
||||
|
|
|
|||
|
|
@ -10,7 +10,7 @@ enum Role {
|
|||
Weight, // The weight of this role in listings and the user interface.
|
||||
}
|
||||
|
||||
pub_migration!(Migration);
|
||||
new_migration!(Migration);
|
||||
|
||||
#[async_trait::async_trait]
|
||||
impl MigrationTrait for Migration {
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ enum Role {
|
|||
/* ... */
|
||||
}
|
||||
|
||||
pub_migration!(Migration);
|
||||
new_migration!(Migration);
|
||||
|
||||
#[async_trait::async_trait]
|
||||
impl MigrationTrait for Migration {
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ enum User {
|
|||
Timezone, // User's time zone.
|
||||
}
|
||||
|
||||
pub_migration!(Migration);
|
||||
new_migration!(Migration);
|
||||
|
||||
#[async_trait::async_trait]
|
||||
impl MigrationTrait for Migration {
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@ enum Role {
|
|||
/* ... */
|
||||
}
|
||||
|
||||
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