Open jfmatth opened 3 years ago
Since migrations can be applied and unapplied in versions, use this ability to make Model classes at minimum increments.
for example
instead of building all AIM models in one initial 0001 migration, you could do
0001 = Symbol and Price models
0002 = holding 0003 ....
this should allow for more flexibility in the future.
Since migrations can be applied and unapplied in versions, use this ability to make Model classes at minimum increments.
for example
instead of building all AIM models in one initial 0001 migration, you could do
0001 = Symbol and Price models
0002 = holding 0003 ....
this should allow for more flexibility in the future.