Commit Graph

6 Commits (3a4ef9c3128725ed74bca3ba363dfa4b05cd8397)

Author SHA1 Message Date
ebb-tide 59ada00bc9 Put decimal places with isenforced and digits on backend 2018-04-27 16:36:02 -07:00
lukevmorris ada654cbe6 fix(migration): Snapshot all struct types (#3211)
declaring all migration-irrelevant types as []byte may erase data
for repeated protobuf fields. we hoped that "obscuring" the original
types of these columns with []byte would pass-through their values
unchanged, allowing us to omit entire types (and their descendent
trees) that were not being operated on in a migration. Fewer imported
types would lead to a more expressive migration file whose intent was
more clear to the reader. We will need to experiment with other ways
to achieve this in the future.

fixes #3200
2018-04-16 12:47:38 -07:00
Luke Morris cf8d3fb2ac Correct type information in migration 2018-04-05 15:44:27 -07:00
Luke Morris 402c8a6db5 Pointers and strings 2018-04-03 17:28:57 -07:00
Luke Morris 37e09ad8b2 Runnable migration file -- missing an update 2018-04-03 16:52:34 -07:00
Luke Morris 7f31c6747f WIP -- general sketch of thoughts 2018-04-03 16:52:34 -07:00