diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2014-03-29 10:35:16 +0100 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2014-03-29 11:03:45 +0100 |
commit | 47825a78ef0e49aa79f90fb308620e0b6cf37e8f (patch) | |
tree | 082e1ce3d0599b63374a91e90458453d3e7752d0 /phpBB/install | |
parent | f30b9dbfba04ee1fd352d7cd6e4431001b991a6f (diff) | |
download | forums-47825a78ef0e49aa79f90fb308620e0b6cf37e8f.tar forums-47825a78ef0e49aa79f90fb308620e0b6cf37e8f.tar.gz forums-47825a78ef0e49aa79f90fb308620e0b6cf37e8f.tar.bz2 forums-47825a78ef0e49aa79f90fb308620e0b6cf37e8f.tar.xz forums-47825a78ef0e49aa79f90fb308620e0b6cf37e8f.zip |
[ticket/11459] Move $supported_dbms to beginning of create schema file
PHPBB3-11459
Diffstat (limited to 'phpBB/install')
-rw-r--r-- | phpBB/install/schemas/firebird_schema.sql | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/install/schemas/firebird_schema.sql b/phpBB/install/schemas/firebird_schema.sql index af85c5b4ae..28649dc54c 100644 --- a/phpBB/install/schemas/firebird_schema.sql +++ b/phpBB/install/schemas/firebird_schema.sql @@ -3,4 +3,3 @@ # To change the contents of this file, edit # phpBB/develop/create_schema_files.php and # run it. - |