mirror of
https://github.com/beak-insights/felicity-lims.git
synced 2025-02-21 07:22:53 +08:00
4 lines
170 B
Text
4 lines
170 B
Text
sudo -u postgres psql
|
|
create database felicity_lims;
|
|
create user felicity with encrypted password 'felicity';
|
|
grant all privileges on database felicity_lims to felicity;
|