mirror of
https://github.com/zebrajr/Reactive-Resume.git
synced 2025-12-06 12:20:18 +01:00
2 lines
94 B
SQL
2 lines
94 B
SQL
create database reactive_resume;
|
|
grant all privileges on database reactive_resume to postgres; |