Skip to content

Commit 986e7ef

Browse files
committed
updating api
1 parent 939708b commit 986e7ef

File tree

11 files changed

+1220
-43
lines changed

11 files changed

+1220
-43
lines changed

FIXES_APPLIED.md

Lines changed: 416 additions & 0 deletions
Large diffs are not rendered by default.

migrations/src/lib.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ mod m20250105_000017_create_products_table;
1212
mod m20250105_000018_create_product_variants_table;
1313
mod m20250105_000019_create_customers_table;
1414
mod m20250105_000020_update_orders_table;
15+
mod m20241103_000021_add_critical_indexes;
1516

1617
pub struct Migrator;
1718

@@ -31,6 +32,7 @@ impl MigratorTrait for Migrator {
3132
Box::new(m20250105_000018_create_product_variants_table::Migration),
3233
Box::new(m20250105_000019_create_customers_table::Migration),
3334
Box::new(m20250105_000020_update_orders_table::Migration),
35+
Box::new(m20241103_000021_add_critical_indexes::Migration),
3436
]
3537
}
3638
}

0 commit comments

Comments
 (0)