relay requesting (and maybe verifying) to the user
This commit is contained in:
@@ -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)'}});
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user