Commit Graph

6 Commits (c224c3896bea0ba173a16572f055c81fae76e6b6)

Author SHA1 Message Date
ebb-tide 72a3b6ccbc Put decimal places with isenforced and digits on backend 2018-04-27 16:36:02 -07:00
lukevmorris 210dd43d8f
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 8faede8a2e Correct type information in migration 2018-04-05 15:44:27 -07:00
Luke Morris 5d5b77b50b Pointers and strings 2018-04-03 17:28:57 -07:00
Luke Morris e37066a109 Runnable migration file -- missing an update 2018-04-03 16:52:34 -07:00
Luke Morris 601250f1d5 WIP -- general sketch of thoughts 2018-04-03 16:52:34 -07:00