moigagoo / norman

Migration manager for Norm
https://norman.nim.town
MIT License
31 stars 1 forks source link

doesn't create migration #10

Closed ksaadDE closed 2 years ago

ksaadDE commented 2 years ago

When I am running norman model -n user

it just shows src/foo/models/user.nim but no migration is created.

Idk what's wrong - no errors or other output :/

moigagoo commented 2 years ago

To create a migration for the new model, run norman generate -i user.

ksaadDE commented 1 year ago

To create a migration for the new model, run norman generate -i user.

Hi, sorry for late reply. Thank you very much for replying that fast! I will test.