Skip to content

Commit fc60952

Browse files
committed
Remove doc links from inside files
1 parent cac4d15 commit fc60952

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

skeleton/migrations/install_sample_data.php.twig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

skeleton/migrations/install_sample_schema.php.twig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)