# Functions declared in migrations that are knowingly absent from the database. # # Empty, and it should stay that way. # # This file used to list 22 functions. They came from six migrations recorded as # applied that had only run partway — their tables existed, their function bodies # never ran. That gap is gone: the baseline (00000000000000_baseline.sql) is a # dump of the live schema, so everything it declares exists by construction. # # The file is kept because the drift check points here when something is missing. # If that happens, the first question is whether the function should exist — a # name listed here is a decision not to have it, not a way to quiet the check. # # One name per line, no trailing comments.