How do you run migrations in production environments with no `mix`? I made changes to some of my tables and would like to propagate this to already existing tenants. Do we need to keep a table with existing [tenants]?(https://github.com/ateliware/triplex/blob/f49c43fc41169818a1454b3eb3ff5c3bc4815e4d/lib/triplex/config.ex#L19)
How do you run migrations in production environments with no
mix?I made changes to some of my tables and would like to propagate this to already existing tenants.
Do we need to keep a table with existing [tenants]?(
triplex/lib/triplex/config.ex
Line 19 in f49c43f