diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2011-10-14 04:39:20 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2011-10-14 04:39:20 +0200 |
commit | 8f6e99740b018e0ba09c9ec91c24f865c2b4fead (patch) | |
tree | 396b914a7f2eca4b73820e1abd590feb9c592bc2 /phpBB/install/schemas/mysql_41_schema.sql | |
parent | 14636f61d5e6d66927f2c9a024dcf2b18bba5a21 (diff) | |
parent | 893469c6528c165f5ba48062fa662b04727bb883 (diff) | |
download | forums-8f6e99740b018e0ba09c9ec91c24f865c2b4fead.tar forums-8f6e99740b018e0ba09c9ec91c24f865c2b4fead.tar.gz forums-8f6e99740b018e0ba09c9ec91c24f865c2b4fead.tar.bz2 forums-8f6e99740b018e0ba09c9ec91c24f865c2b4fead.tar.xz forums-8f6e99740b018e0ba09c9ec91c24f865c2b4fead.zip |
Merge branch 'develop-olympus' into develop
Diffstat (limited to 'phpBB/install/schemas/mysql_41_schema.sql')
-rw-r--r-- | phpBB/install/schemas/mysql_41_schema.sql | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/phpBB/install/schemas/mysql_41_schema.sql b/phpBB/install/schemas/mysql_41_schema.sql index cdbe377178..0793df590d 100644 --- a/phpBB/install/schemas/mysql_41_schema.sql +++ b/phpBB/install/schemas/mysql_41_schema.sql @@ -1,7 +1,8 @@ +# DO NOT EDIT THIS FILE, IT IS GENERATED # -# $Id: $ -# - +# To change the contents of this file, edit +# phpBB/develop/create_schema_files.php and +# run it. # Table: 'phpbb_attachments' CREATE TABLE phpbb_attachments ( attach_id mediumint(8) UNSIGNED NOT NULL auto_increment, |