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
<p>If you have already run the migrations, you may get this message.
561
-
You should double-check to make sure the new migrations are ok to run.</p>
556
+
<p>If you have already run the migrations, you may get the below message:</p>
562
557
</blockquote>
563
558
<preclass="highlight"><codeclass="language-text">WARNING! You have x previously executed migrations in the database that are not registered migrations.
564
559
{migration list}
565
560
Are you sure you wish to continue? (y/n)</code></pre>
566
-
<p>When using an empty database, you will get this confirmation message instead.</p>
561
+
<blockquote>
562
+
<p>In this case, you should double-check to make sure the new migrations are ok to run.</p>
563
+
</blockquote>
564
+
<p>When using an empty database, you will get this confirmation message:</p>
567
565
<preclass="highlight"><codeclass="language-text">WARNING! You are about to execute a migration in database "<your_database_name>" that could result in schema changes and data loss. Are you sure you wish to continue? (yes/no)</code></pre>
568
-
<p>Again, submit <code>y</code> to run all the migrations in chronological order.
566
+
<p>Hit <code>Enter</code> to confirm the operation.
567
+
This will run all the migrations in chronological order.
569
568
Each migration will be logged in the <code>migrations</code> table to prevent running the same migration more than once, which is often not desirable.</p>
570
569
<p>If everything ran correctly, you will get this confirmation.</p>
571
-
<preclass="highlight"><codeclass="language-text">[OK] Successfully migrated to version: Core\App\Migration\Version20250407142911</code></pre>
572
-
<blockquote>
573
-
<p>The migration name <code>Version20250407142911</code> may differ in future Admin updates.</p>
574
-
</blockquote>
575
-
<h2id="fixtures">Fixtures</h2>
570
+
<preclass="highlight"><codeclass="language-text">[OK] Successfully migrated to version: Core\App\Migration\VersionYYYYMMDDHHMMSS</code></pre>
571
+
<h3id="fixtures">Fixtures</h3>
576
572
<p>Run this command to populate the admin tables with the default values:</p>
0 commit comments