Skip to content

Instantly share code, notes, and snippets.

@stoneboyindc
Created August 21, 2020 16:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stoneboyindc/13fa6193d0ee6715504f4cfaadadc3a9 to your computer and use it in GitHub Desktop.
Save stoneboyindc/13fa6193d0ee6715504f4cfaadadc3a9 to your computer and use it in GitHub Desktop.
C:\code\thinkful\tc\jonathanbutler7\blogful-api-auth>npm run migrate
> blogful-api-auth@0.0.1 migrate C:\code\thinkful\tc\jonathanbutler7\blogful-api-auth
> postgrator --config postgrator-config.js
[12:28:01 PM] table schemaversion does not exist - creating it.
[12:28:01 PM] version of database is: 0
[12:28:01 PM] migrating up to 4
[12:28:02 PM] running 001.do.create_blogful_articles.sql
[12:28:02 PM] running 002.do.alter_article_style.sql
[12:28:02 PM] running 003.do.create_blogful_users.sql
[12:28:02 PM] running 004.do.create_blogful_comments.sql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment