diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-06-23 21:41:59 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-06-23 21:41:59 +0200 |
commit | 307c9bc15f2ff33222375ba53b0e9979aef35f22 (patch) | |
tree | a0f9297d59151bd864f193181fd9959ecdb500f8 /phpBB | |
parent | 3fd7fd435db3a580fed329bea74ab30cbb4d14a2 (diff) | |
download | forums-307c9bc15f2ff33222375ba53b0e9979aef35f22.tar forums-307c9bc15f2ff33222375ba53b0e9979aef35f22.tar.gz forums-307c9bc15f2ff33222375ba53b0e9979aef35f22.tar.bz2 forums-307c9bc15f2ff33222375ba53b0e9979aef35f22.tar.xz forums-307c9bc15f2ff33222375ba53b0e9979aef35f22.zip |
[ticket/12763] Remove invalid comment from oracle and postgres *_schema.sql
PHPBB3-12763
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/install/schemas/oracle_schema.sql | 8 | ||||
-rw-r--r-- | phpBB/install/schemas/postgres_schema.sql | 7 |
2 files changed, 0 insertions, 15 deletions
diff --git a/phpBB/install/schemas/oracle_schema.sql b/phpBB/install/schemas/oracle_schema.sql index 61f5d5f961..2473d31aab 100644 --- a/phpBB/install/schemas/oracle_schema.sql +++ b/phpBB/install/schemas/oracle_schema.sql @@ -1,12 +1,4 @@ /* - * DO NOT EDIT THIS FILE, IT IS GENERATED - * - * To change the contents of this file, edit - * phpBB/develop/create_schema_files.php and - * run it. - */ - -/* This first section is optional, however its probably the best method of running phpBB on Oracle. If you already have a tablespace and user created for phpBB you can leave this section commented out! diff --git a/phpBB/install/schemas/postgres_schema.sql b/phpBB/install/schemas/postgres_schema.sql index 3fc8589844..65caba8d1c 100644 --- a/phpBB/install/schemas/postgres_schema.sql +++ b/phpBB/install/schemas/postgres_schema.sql @@ -1,10 +1,3 @@ -/* - * DO NOT EDIT THIS FILE, IT IS GENERATED - * - * To change the contents of this file, edit - * phpBB/develop/create_schema_files.php and - * run it. - */ BEGIN; |