We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35cc078 commit 9191b9bCopy full SHA for 9191b9b
migrations/m141126_213859_migration_core.php
@@ -1,4 +1,11 @@
1
<?php
2
+
3
+/**
4
+ * This migration can be used to adjust your migration table when you switch from
5
+ * the original migration command to this extension.
6
+ * You should adjust the timestamp of the migration to the current date and time to
7
+ * ensure migrations are always applied in the right order.
8
+ */
9
class m141126_213859_migration_core extends CDbMigration
10
{
11
/**
0 commit comments