Skip to content

Commit f2aeb55

Browse files
committed
Add link
1 parent a09832e commit f2aeb55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

resources/views/docs/mobile/1/concepts/databases.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ When writing migrations, you need to consider any special recommendations for wo
2424
For example, prior to Laravel 11, SQLite foreign key constraints are turned off by default. If your application relies
2525
upon foreign key constraints, [you need to enable SQLite support for them](https://laravel.com/docs/database#configuration) before running your migrations.
2626

27-
**It's important to test your migrations on prod builds before releasing updates!** You don't want to accidentally
28-
delete your user's data when they update your app.
27+
**It's important to test your migrations on [prod builds](/docs/mobile/1/getting-started/development#releasing)
28+
before releasing updates!** You don't want to accidentally delete your user's data when they update your app.
2929

3030
## Seeding data with migrations
3131

0 commit comments

Comments
 (0)