Closed mattjones0111 closed 5 months ago
That would be exactly what the --baseline
switch does
Ah. It helps to RTFM I guess. Thank you for the pointer.
The manual IS a bit F here and there, and not always as easy as it should be to understand. If you have some suggestions, they are more than welcome! Glad you're helped!
When applying grate to an existing codebase which already has an established schema, I'd like to create an 'initial state' migration which contains the schema creation up to that point, but not actually run it at the next deploy. How do I create a migration but mark it as already executed?