ash_postgres/lib/migration_generator
Zach Daniel 85620a0f89 improvement: don't sort identity keys.
There are important implications here, specifically that there are
optimizations that can be had based on what the first column in a
unique constraint is, and we want to make sure that can be taken advantage of.

closes #313
2024-06-10 15:59:05 -04:00
..
ash_functions.ex fix: typo in extension generator creates invalid drop 2024-03-06 20:54:08 -08:00
migration_generator.ex improvement: don't sort identity keys. 2024-06-10 15:59:05 -04:00
operation.ex feat: autogenerate index in references (#321) 2024-06-10 08:43:24 -04:00
phase.ex