Skip to content

Commit

Permalink
docs(migration): explain how to use migrations (#8319)
Browse files Browse the repository at this point in the history
* docs(migration): explain how to use migrations

* docs(migration): storage, .sequelizerc

* docs(migrations): dynamic config, storage, ssl, url option, using env varibales

* docs(migrations): seeds and production tips

* docs: simplify queryInterface intro

* docs: QueryInterface API + seeding docs + styling

* docs: expose describe table to public
  • Loading branch information
sushantdhiman committed Sep 18, 2017
1 parent 0af0406 commit 4615d7f
Show file tree
Hide file tree
Showing 4 changed files with 720 additions and 311 deletions.
8 changes: 7 additions & 1 deletion docs/css/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,16 @@
color: #ffffff;
}

.manual-toc-root ul li a {
.manual-toc-root ul li {
margin-top: 0.5em;
margin-bottom: 0.5em;
font-weight: normal !important;
}

.manual-toc .indent-h1 {
margin: 0.5em 0 0 .5em;
}

/* Class Summay*/
.summary thead tr {
background-color: #074278;
Expand Down

0 comments on commit 4615d7f

Please sign in to comment.