I'd like to use Lua to do some database setup, and init_by_lua is an almost perfect fit for this, but unfortunately it is run every time when lua_code_cache is off - and having it off is real nice for development. Are there any other hooks I can use that'll run Lua code just once even with lua_code_cache off?