File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ class install_sample_data extends \phpbb\db\migration\migration
2727 /**
2828 * Add, update or delete data stored in the database during extension installation.
2929 *
30- * https://area51.phpbb.com/docs/dev/3.2 .x/migrations/data_changes.html
30+ * https://area51.phpbb.com/docs/dev/3.3 .x/migrations/data_changes.html
3131{% if COMPONENT.migration %}
3232 * config.add: Add config data.
3333 * config.update: Update config data.
@@ -99,7 +99,7 @@ class install_sample_data extends \phpbb\db\migration\migration
9999 * and only needs to be used to perform custom un-installation changes, such as to revert
100100 * changes made by custom functions called in update_data.
101101 *
102- * https://area51.phpbb.com/docs/dev/3.2 .x/migrations/data_changes.html
102+ * https://area51.phpbb.com/docs/dev/3.3 .x/migrations/data_changes.html
103103 * config.add: Add config data.
104104 * config.update: Update config data.
105105 * config.remove: Remove config.
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ class install_sample_schema extends \phpbb\db\migration\migration
2525 /**
2626 * Update database schema.
2727 *
28- * https://area51.phpbb.com/docs/dev/3.2 .x/migrations/schema_changes.html
28+ * https://area51.phpbb.com/docs/dev/3.3 .x/migrations/schema_changes.html
2929 * add_tables: Add tables
3030 * drop_tables: Drop tables
3131 * add_columns: Add columns to a table
@@ -69,7 +69,7 @@ class install_sample_schema extends \phpbb\db\migration\migration
6969 * Revert database schema changes. This method is almost always required
7070 * to revert the changes made above by update_schema.
7171 *
72- * https://area51.phpbb.com/docs/dev/3.2 .x/migrations/schema_changes.html
72+ * https://area51.phpbb.com/docs/dev/3.3 .x/migrations/schema_changes.html
7373 * add_tables: Add tables
7474 * drop_tables: Drop tables
7575 * add_columns: Add columns to a table
You can’t perform that action at this time.
0 commit comments