iamsauravsharma / sqlx_migrator

SQLX migration using Rust insted of SQL
MIT License
26 stars 2 forks source link

fix: example in README used FirstMigrationTrait instead of FirstMigration #9

Closed nguiard closed 1 year ago

nguiard commented 1 year ago

Hi there! Thanks for this nice crate :)

I think I spotted a typo in one of the examples in the README (using FirstMigrationTrait which is not mentionned nor created anywhere before, instead of the struct FirstMigration).