salvo-rs / salvo-cli

Apache License 2.0
43 stars 8 forks source link

fix: update sea-orm migration User to Users #20

Closed fan-tastic-z closed 9 months ago

fan-tastic-z commented 9 months ago

The table name in init_sql is users, so need to change the table name in sea-orm migration to Users, Otherwise, an error will be reported when executing init_sql.sql

fankaiLiu commented 9 months ago

Thanks for fixing the bug!