Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 196 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 196 Bytes

Review Environments Database Set up development db with

createdb mui-theme-db

Run migration:

psql -U {{ you user name }} -d mui-theme-db -a -f internal/storage/migrations/schema.sql