File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -353,7 +353,7 @@ Create the classes:
353
353
354
354
$ php app/console propel:model:build
355
355
356
- Assuming you have products in your database, you don't want lose them. Thanks to
356
+ Assuming you have products in your database, you don't want tp lose them. Thanks to
357
357
migrations, Propel will be able to update your database without losing existing
358
358
data.
359
359
@@ -362,7 +362,7 @@ data.
362
362
$ php app/console propel:migration:generate-diff
363
363
$ php app/console propel:migration:migrate
364
364
365
- Your database has been updated, you can continue to write your application.
365
+ Your database has been updated, you can continue writing your application.
366
366
367
367
Saving Related Objects
368
368
~~~~~~~~~~~~~~~~~~~~~~
You can’t perform that action at this time.
0 commit comments