1
0
Fork 0
mirror of https://github.com/archtechx/tenancy.git synced 2026-02-05 09:54:05 +00:00

bump php version in composer.json, trigger extensions.yml build

This commit is contained in:
Samuel Štancl 2025-01-02 12:24:32 +01:00
parent 3b3d580a38
commit 7524328947
2 changed files with 2 additions and 1 deletions

View file

@ -13,6 +13,7 @@ __declspec(dllexport)
int sqlite3_noattach_init(sqlite3 *db, char **pzErrMsg, const sqlite3_api_routines *pApi) {
SQLITE_EXTENSION_INIT2(pApi);
// trigger build
int rc = sqlite3_set_authorizer(db, deny_attach_authorizer, 0);
if (rc != SQLITE_OK) {
*pzErrMsg = sqlite3_mprintf("Tenancy: Failed to set authorizer");