pgroll/pkg/state
Carlos Pérez-Aradros Herce 2a6a0e8c33
Also account for DROP statements in raw SQL DDL autodetection (#102)
This change ensures we also catch DROP statements for their inclusion in
the migrations log.

It seems DROP statements don't make it to the `ddl_command_end` trigger.
We need to explictly listen for them under `sql_drop`.
2023-09-19 11:15:38 +02:00
..
errors.go Add a sentinel error for no active migration (#11) 2023-07-03 14:18:31 +01:00
state.go Also account for DROP statements in raw SQL DDL autodetection (#102) 2023-09-19 11:15:38 +02:00