diff options
Diffstat (limited to 'phpBB/install/schemas/mysql_schema.sql')
| -rw-r--r-- | phpBB/install/schemas/mysql_schema.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/install/schemas/mysql_schema.sql b/phpBB/install/schemas/mysql_schema.sql index 01220befe1..499c6b490b 100644 --- a/phpBB/install/schemas/mysql_schema.sql +++ b/phpBB/install/schemas/mysql_schema.sql @@ -20,6 +20,7 @@ CREATE TABLE phpbb_attach_desc ( PRIMARY KEY (attach_id) ); + # -------------------------------------------------------- # # Table structure for table `phpbb_auth_groups` |
