Files
Reactive-Resume/scripts/database/initialize.sql

2 lines
94 B
MySQL
Raw Normal View History

2022-03-02 17:44:11 +01:00
create database reactive_resume;
grant all privileges on database reactive_resume to postgres;