File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ 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.3.x/migrations/data_changes.html
3130{% if COMPONENT.migration %}
3231 * config.add: Add config data.
3332 * config.update: Update config data.
@@ -99,7 +98,6 @@ class install_sample_data extends \phpbb\db\migration\migration
9998 * and only needs to be used to perform custom un-installation changes, such as to revert
10099 * changes made by custom functions called in update_data.
101100 *
102- * https://area51.phpbb.com/docs/dev/3.3.x/migrations/data_changes.html
103101 * config.add: Add config data.
104102 * config.update: Update config data.
105103 * config.remove: Remove config.
Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ class install_sample_schema extends \phpbb\db\migration\migration
2525 /**
2626 * Update database schema.
2727 *
28- * https://area51.phpbb.com/docs/dev/3.3.x/migrations/schema_changes.html
2928 * add_tables: Add tables
3029 * drop_tables: Drop tables
3130 * add_columns: Add columns to a table
@@ -69,7 +68,6 @@ class install_sample_schema extends \phpbb\db\migration\migration
6968 * Revert database schema changes. This method is almost always required
7069 * to revert the changes made above by update_schema.
7170 *
72- * https://area51.phpbb.com/docs/dev/3.3.x/migrations/schema_changes.html
7371 * add_tables: Add tables
7472 * drop_tables: Drop tables
7573 * add_columns: Add columns to a table
You can’t perform that action at this time.
0 commit comments