This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| create extension if not exists pgcrypto; | |
| update usr set password = crypt(password, gen_salt('bf', 8)); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @GetMapping("/{locker}/open/{cell}") | |
| public String cellsList(@PathVariable("locker") Locker locker, @PathVariable("cell") Cell cell) {} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| log lockers | |
| protocol with storage | |
| logging | |
| unit test | |
| service scud | |
| frontend | |
| vm hide port and use dns dns server | |
| migration hide password yes in prod version | |
| rememberme? | |
| owner_id null? null? '-' : id db(null or -1) |