eshop
This commit is contained in:
@@ -15,6 +15,15 @@ mod m20260517_000010_drop_user_roles;
|
||||
mod m20260517_000011_site_pages;
|
||||
mod m20260517_000012_standalone_audio_tracks;
|
||||
|
||||
mod m20260616_123506_categories;
|
||||
mod m20260616_123524_products;
|
||||
mod m20260616_123550_product_images;
|
||||
mod m20260616_123611_product_tags;
|
||||
mod m20260616_123957_create_join_table_products_and_product_tags;
|
||||
mod m20260616_130610_orders;
|
||||
mod m20260616_130628_order_items;
|
||||
mod m20260616_131000_drop_audio_tables;
|
||||
mod m20260616_132000_drop_blog_and_pages;
|
||||
pub struct Migrator;
|
||||
|
||||
#[async_trait::async_trait]
|
||||
@@ -34,7 +43,16 @@ impl MigratorTrait for Migrator {
|
||||
Box::new(m20260517_000010_drop_user_roles::Migration),
|
||||
Box::new(m20260517_000011_site_pages::Migration),
|
||||
Box::new(m20260517_000012_standalone_audio_tracks::Migration),
|
||||
Box::new(m20260616_123506_categories::Migration),
|
||||
Box::new(m20260616_123524_products::Migration),
|
||||
Box::new(m20260616_123550_product_images::Migration),
|
||||
Box::new(m20260616_123611_product_tags::Migration),
|
||||
Box::new(m20260616_123957_create_join_table_products_and_product_tags::Migration),
|
||||
Box::new(m20260616_130610_orders::Migration),
|
||||
Box::new(m20260616_130628_order_items::Migration),
|
||||
Box::new(m20260616_131000_drop_audio_tables::Migration),
|
||||
Box::new(m20260616_132000_drop_blog_and_pages::Migration),
|
||||
// inject-above (do not remove this comment)
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user