Skip to content
This repository was archived by the owner on Jan 26, 2026. It is now read-only.

Sebachowa/wedtales

Repository files navigation

Rails app generated with lewagon/rails-templates, created by the Le Wagon coding bootcamp team.

Export the staging DB

pg_dump -d wedtales_development -f wedtales_dev_db.psql

Import the staging DB

sed -i -- 's/user_name/guochunzhong/g' wedtales_dev_db.psql
psql
DROP DATABASE wedtales_development;
CREATE DATABASE wedtales_development WITH ENCODING='UTF8' OWNER='guochunzhong';
\q
psql -d wedtales_development -f wedtales_dev_db.psql

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors