feat: expose migrations

This commit is contained in:
Lucas Colombo 2024-05-22 07:18:14 -03:00
parent a1262c4d7a
commit 03574f0daa
Signed by: lucas
GPG Key ID: EF34786CFEFFAE35

View File

@ -1,2 +1,2 @@
mod m20220101_000001_create_table_market;
mod m20240325_200049_create_table_ticker;
pub mod m20220101_000001_create_table_market;
pub mod m20240325_200049_create_table_ticker;