erikbra / grate

grate - the SQL scripts migration runner
MIT License
209 stars 40 forks source link

Anytime scripts and everytime scripts folders are out of sync in documentation #589

Open Tsingis opened 1 month ago

Tsingis commented 1 month ago

Different folders are listed in Getting Started than under respective Script types

Example: triggers is not listed in anytime scripts.

runehalfdan commented 3 weeks ago

Also, RunFirstAfterUp are documented to be one-time-script, but is implemented to be any-time-script.

Code