Jan Doležel

Results 11 comments of Jan Doležel

I do not think it should be a default option. But sort of configuration is a good idea. Taking it further, I can imagine it can sort of work like...

I have this in my backlog for a long time, but it is quite a big feature and I still can't find a time to do it :(

`pg_dump --clean --if-exists --no-owner --no-acl $DATABASE_URL > 0000000000000-init.sql` :)

No it is for cases you already have same schema in DB and you would like to start using migrations

I think that full name generation can be extracted to function and class can be provided this full name. I'm not sure if the output of `runner` is used, but...

Yeah, I think there should be an interface/class for Migration just for up and down methods (and maybe few other things) and also there will be e.g. FileMigration which can...

Sounds good, but I would rather implement it after typescript rewrite ... https://github.com/salsita/node-pg-migrate/pull/502

Looks like dupe of #321