Skip to content

Commit

Permalink
[Docs] Remove v1 db page from search indexing
Browse files Browse the repository at this point in the history
  • Loading branch information
LoicPoullain committed Aug 17, 2022
1 parent c9fb326 commit 441d4aa
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
title: Generate & Run Migrations
---

<head>
<meta name="robots" content="noindex" />
</head>

Database migrations are a way of propagating changes you make to your entities into your database schema. The changes you make to your models (adding a field, deleting an entity, etc.) do not automatically modify your database. You have to do it yourself.

You have two options: update the database schema manually (using database software, for example) or run migrations.
Expand Down

0 comments on commit 441d4aa

Please sign in to comment.