relay requesting (and maybe verifying) to the user

This commit is contained in:
2025-04-30 18:03:56 +03:00
parent 991a4f29a6
commit 92fd491194
22 changed files with 968 additions and 222 deletions

View File

@@ -18,7 +18,7 @@ export function up(pgm) {
password: {type: 'varchar(32)'}
});
pgm.addColumn('captchas', {proxy_id: {type: 'integer', references: 'proxies(id)'}})
pgm.addColumn('captchas', {proxy_id: {type: 'integer', references: 'proxies(id)'}});
}
/**