pgroll/pkg/state
Andrew Farries 3d6ac6d992
Add WithNoVersionSchemaForRawSQL option (#365)
Add a new `WithNoVersionSchemaForRawSQL` option to control whether or
not version schema should be created for raw SQL migrations.

With the option set, a raw SQL migration:
* Has no version schema created on migration start.
* Leaves the previous version schema in place on migration completion.
2024-07-01 16:34:01 +01:00
..
errors.go License check in github actions (#123) 2023-09-22 10:31:49 +00:00
state_test.go Distinguish inferred migrations by timestamp for statements within the same transaction (#362) 2024-06-25 14:57:18 +01:00
state.go Add WithNoVersionSchemaForRawSQL option (#365) 2024-07-01 16:34:01 +01:00
status.go Move logic for the status command into the state and migrations packages (#205) 2023-11-22 12:36:54 +00:00