You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: resources/views/docs/mobile/1/concepts/databases.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,8 +24,8 @@ When writing migrations, you need to consider any special recommendations for wo
24
24
For example, prior to Laravel 11, SQLite foreign key constraints are turned off by default. If your application relies
25
25
upon foreign key constraints, [you need to enable SQLite support for them](https://laravel.com/docs/database#configuration) before running your migrations.
26
26
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.
0 commit comments