Skip to content

Kaucrow/sockless

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Database Migration

To apply the database migrations, navigate to the migrations folder and execute the following command:

psql -d DATABASE_NAME -f migrate.sql -U DB_USERNAME